node-graceful
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "node-graceful", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Graceful process exit manager. allows waiting on multiple async services.", | ||
@@ -20,8 +20,15 @@ "main": "graceful.js", | ||
"scripts": { | ||
"test": "node tests/runner", | ||
"test:unit": "node tests/runner", | ||
"test:lint": "tslint -c tslint.json --fix tests/*.ts", | ||
"test": "npm run test:unit && npm run test:lint", | ||
"transpile": "cat graceful.js | 6to5 > es5/index.js", | ||
"prepublish": "npm run transpile" | ||
"prepublish": "npm run test && npm run transpile" | ||
}, | ||
"author": "mrbar42", | ||
"license": "WTFPL" | ||
"license": "WTFPL", | ||
"devDependencies": { | ||
"6to5": "3.6.5", | ||
"tslint": "5.9.1", | ||
"typescript": "2.6.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
0
76475
3
22
307