Socket
Socket
Sign inDemoInstall

axe

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axe - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

bin/axe

55

package.json
{
"name": "axe",
"version": "0.0.2",
"description": "simple, immutable devops",
"version": "0.1.0",
"description": "Painlessly create AWS CloudFormation stacks",
"author": "Jason Maurer",

@@ -10,7 +10,50 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/jsonmaur/axe.git"
"url": "git+https://github.com/jsonmaur/axe.git"
},
"scripts": {},
"devDependencies": {},
"dependencies": {}
"keywords": [
"aws",
"amazon web services",
"hosting",
"vps",
"cloudformation",
"stack",
"infra",
"infrastructure",
"devops",
"server"
],
"files": [
"bin/",
"lib/",
"license",
"readme.md"
],
"main": "lib/index.js",
"bin": {
"axe": "bin/axe"
},
"scripts": {
"test:lint": "standard --verbose | snazzy",
"test": "npm-run-all test:*",
"build": "rm -rf lib && babel src -d lib",
"watch": "npm run build -- -w",
"prepublish": "npm run build"
},
"dependencies": {
"aws-sdk": "2.6.6",
"dotenv": "2.0.0",
"minimist": "1.2.0"
},
"devDependencies": {
"babel-cli": "6.16.0",
"babel-preset-es2015": "6.16.0",
"npm-run-all": "3.1.0",
"snazzy": "5.0.0",
"standard": "8.3.0"
},
"babel": {
"presets": [
"es2015"
]
}
}
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