fib-typify
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "fib-typify", | ||
"version": "0.1.2", | ||
"description": "just write fibjs with typescript : )", | ||
"main": "index.js", | ||
"scripts": { | ||
"ci": "fibjs test/index.js", | ||
"test": "fibjs test/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/richardo2016/fib-typify.git" | ||
}, | ||
"keywords": [ | ||
"fibjs", | ||
"typescript" | ||
], | ||
"author": "richardo2016 <richardo2016@gmail.com>", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/richardo2016/fib-typify/issues" | ||
}, | ||
"homepage": "https://github.com/richardo2016/fib-typify#readme", | ||
"dependencies": { | ||
"@fibjs/mkdirp": "^1.0.1", | ||
"micromatch": "^3.1.10", | ||
"typescript": "^2.9.1" | ||
}, | ||
"ci": { | ||
"type": "travis", | ||
"version": [ | ||
"0.21.0", | ||
"0.22.0", | ||
"0.23.0", | ||
"0.24.0" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@fibjs/ci": "^2.0.0", | ||
"@types/fibjs": "github:fibjs/fib-types#v1.0.4" | ||
} | ||
"name": "fib-typify", | ||
"version": "0.1.3", | ||
"description": "just write fibjs with typescript : )", | ||
"main": "index.js", | ||
"bin": { | ||
"fib-typify": "./bin/fib-typify.js" | ||
}, | ||
"scripts": { | ||
"ci": "fibjs test/index.js", | ||
"test": "fibjs test/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/richardo2016/fib-typify.git" | ||
}, | ||
"keywords": [ | ||
"fibjs", | ||
"typescript" | ||
], | ||
"author": "richardo2016 <richardo2016@gmail.com>", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/richardo2016/fib-typify/issues" | ||
}, | ||
"homepage": "https://github.com/richardo2016/fib-typify#readme", | ||
"dependencies": { | ||
"@fibjs/mkdirp": "^1.0.1", | ||
"micromatch": "^3.1.10", | ||
"typescript": "^2.9.1" | ||
}, | ||
"ci": { | ||
"type": "travis", | ||
"version": [ | ||
"0.21.0", | ||
"0.22.0", | ||
"0.23.0", | ||
"0.24.0", | ||
"0.25.0" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@fibjs/ci": "^2.0.0", | ||
"@types/fibjs": "github:fibjs/fib-types#v1.0.6" | ||
} | ||
} |
@@ -9,2 +9,4 @@ #!/usr/bin/env fibjs | ||
require('./spec.bin') | ||
test.run(console.DEBUG) |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
61844
33
562
14