Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "kes", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Making deployment to AWS using CloudFormation easier and fun", | ||
"scripts": {}, | ||
"scripts": { | ||
"html-docs": "documentation build bin/cli.js -f html -o _docs --theme node_modules/documentation-devseed-theme", | ||
"md-docs": "documentation build bin/readme.js -f md -o docs/README.md && documentation build src/** -f md -o docs/API.md" | ||
}, | ||
"bin": { | ||
"kes": "./bin/kes.js" | ||
"kes": "./bin/cli.js" | ||
}, | ||
"keywords": [ | ||
"Cumulus" | ||
"CloudFormation", | ||
"AWS" | ||
], | ||
"repository": "https://github.com/cumulus-nasa/cumulus-api", | ||
"engines": { | ||
"node": "6.10" | ||
}, | ||
"repository": "https://github.com/developmentseed/kes", | ||
"author": "Alireza Jazayeri <alireza@developmentseed.org>", | ||
@@ -28,11 +35,25 @@ "license": "Apache-2.0", | ||
"js-yaml": "^3.8.1", | ||
"lodash": "^4.17.4", | ||
"node-forge": "^0.7.0" | ||
"lodash.capitalize": "^4.2.1", | ||
"lodash.get": "^4.4.2", | ||
"lodash.has": "^4.5.2", | ||
"lodash.replace": "^4.1.4", | ||
"lodash.startswith": "^4.2.1", | ||
"lodash.trim": "^4.5.1", | ||
"lodash.upperfirst": "^4.3.1", | ||
"mustache": "^2.3.0", | ||
"node-forge": "^0.7.1", | ||
"prompt": "^1.0.0", | ||
"yaml-include": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.2.2", | ||
"eslint-config-airbnb": "^10.0.0", | ||
"eslint-plugin-babel": "^4.0.0", | ||
"eslint-plugin-import": "^1.13.0" | ||
"documentation": "^5.2.2", | ||
"documentation-devseed-theme": "^0.1.3", | ||
"eslint": "^3.19.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-node": "^4.2.2", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"vinyl": "^2.1.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
66951
20
1207
1
20
23
9
8
2
+ Addedlodash.capitalize@^4.2.1
+ Addedlodash.get@^4.4.2
+ Addedlodash.has@^4.5.2
+ Addedlodash.replace@^4.1.4
+ Addedlodash.startswith@^4.2.1
+ Addedlodash.trim@^4.5.1
+ Addedlodash.upperfirst@^4.3.1
+ Addedmustache@^2.3.0
+ Addedprompt@^1.0.0
+ Addedyaml-include@^1.2.0
+ Added@colors/colors@1.5.0(transitive)
+ Addedasync@2.6.43.2.3(transitive)
+ Addedcolors@1.0.3(transitive)
+ Addedcycle@1.0.3(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedeyes@0.1.8(transitive)
+ Addedisstream@0.1.2(transitive)
+ Addedlodash.capitalize@4.2.1(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedlodash.has@4.5.2(transitive)
+ Addedlodash.merge@4.6.2(transitive)
+ Addedlodash.replace@4.1.4(transitive)
+ Addedlodash.startswith@4.2.1(transitive)
+ Addedlodash.trim@4.5.1(transitive)
+ Addedlodash.upperfirst@4.3.1(transitive)
+ Addedms@2.1.3(transitive)
+ Addedmustache@2.3.2(transitive)
+ Addedmute-stream@0.0.8(transitive)
+ Addedprompt@1.3.0(transitive)
+ Addedread@1.0.7(transitive)
+ Addedrecursive-readdir-sync@1.0.6(transitive)
+ Addedrevalidator@0.1.8(transitive)
+ Addedstack-trace@0.0.10(transitive)
+ Addedwinston@2.4.7(transitive)
+ Addedyaml-include@1.2.1(transitive)
- Removedlodash@^4.17.4
Updatednode-forge@^0.7.1