New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cfn-create-or-update

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfn-create-or-update - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

cli.js

@@ -125,2 +125,5 @@ #!/usr/bin/env node

}
if (has('wait')) {
args.wait = boolean('wait');
}

@@ -127,0 +130,0 @@ cfn.createOrUpdate(args, function(err, res) {

2

package.json
{
"name": "cfn-create-or-update",
"version": "1.1.1",
"version": "1.1.2",
"description": "Create or update CloudFormation stack also if no updates are to be performed.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -74,3 +74,3 @@ [![Build Status](https://secure.travis-ci.org/widdix/cfn-create-or-update.png)](http://travis-ci.org/widdix/cfn-create-or-update)

```
---wait
--wait
```

@@ -77,0 +77,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