File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ update_configs:
5
5
update_schedule : " daily"
6
6
ignored_updates :
7
7
- match :
8
- dependency_name : " tap "
8
+ dependency_name : " tape "
Original file line number Diff line number Diff line change 4
4
"description" : " JSON parse with prototype poisoning protection" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " standard && tap test.js"
7
+ "test" : " standard && tape test.js"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
25
25
"homepage" : " https://github.com/fastify/secure-json-parse#readme" ,
26
26
"devDependencies" : {
27
27
"standard" : " ^16.0.0" ,
28
- "tap " : " ^12.7.0 "
28
+ "tape " : " ^5.1.1 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
- const test = require ( 'tap ' ) . test
3
+ const test = require ( 'tape ' ) . test
4
4
const j = require ( './index' )
5
5
6
6
test ( 'parse' , t => {
You can’t perform that action at this time.
0 commit comments