Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kes

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kes - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.circleci/config.yml

43

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc