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

stackvalidator

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackvalidator - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

.babelrc

17

package.json
{
"name": "stackvalidator",
"engines": {
"node": ">=8.0"
"node": ">=4.0"
},
"version": "0.1.3",
"version": "0.1.4",
"author": "Eetu Tuomala",

@@ -18,6 +18,7 @@ "license": "MIT",

"bin": {
"stackvalidator": "./stackvalidator.js"
"stackvalidator": "bin/stackvalidator.js"
},
"scripts": {
"stackvalidator": "./stackvalidator.js"
"prepare": "babel src --out-dir bin",
"stackvalidator": "bin/stackvalidator.js"
},

@@ -32,3 +33,9 @@ "dependencies": {

},
"main": "index.js"
"main": "bin/stackvalidator.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}

@@ -15,5 +15,5 @@ # AWS CloudFormation Stack Validator

--path -> path to the files you want to validate
`--path` -> path to the files you want to validate
--delay -> increase delau if rate exceeds
`--delay` -> increase delay if the rate exceeds

@@ -20,0 +20,0 @@ ```bash

Sorry, the diff of this file is not supported yet

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