Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "eox", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Eox", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "mocha --compilers coffee:coffee-script/register -R spec -u bdd -w", | ||
"build": "coffee --compile --output dist --watch src", | ||
"start": "(npm run build &); nodemon --watch dist -e js ./dist/index.js" | ||
"test": "mocha --compilers coffee:coffee-script/register -R spec -u bdd", | ||
"build": "rm -rf ./dist; coffee --compile --output dist --watch src", | ||
"start": "(npm run build &); nodemon --watch dist -e js ./dist/example.js" | ||
}, | ||
@@ -22,4 +22,10 @@ "repository": { | ||
"dependencies": { | ||
"coffee-script": "^1.12.5" | ||
"coffee-script": "^1.12.5", | ||
"cson-parser": "^1.3.5", | ||
"lodash": "^4.17.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^3.2.0" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
4465
11
41
0
3
2
1
+ Addedcson-parser@^1.3.5
+ Addedlodash@^4.17.4
+ Addedcson-parser@1.3.5(transitive)
+ Addedlodash@4.17.21(transitive)