Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 1.1.1

2

index.js

@@ -43,2 +43,3 @@ 'use strict';

}
return ret;
});

@@ -128,2 +129,3 @@ }

}
return ret;
});

@@ -130,0 +132,0 @@ }

2

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

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

@@ -32,3 +32,3 @@ 'use strict';

});
describe('parameter', function() {
describe('tag', function() {
it('Key=key,Value=value', function() {

@@ -35,0 +35,0 @@ assert.deepEqual(map.tag('Key=key,Value=value'), {

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