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

awssum-amazon-cloudformation

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awssum-amazon-cloudformation - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

package.json
{
"name" : "awssum-amazon-cloudformation",
"description" : "AwsSum plugin for Amazon CloudFormation.",
"version" : "1.2.0",
"version" : "1.2.1",

@@ -11,3 +11,3 @@ "main" : "awssum-amazon-cloudformation.js",

"peerDependencies" : {
"awssum-amazon" : "1.1.x"
"awssum-amazon" : ">= 1.1.1"
},

@@ -23,3 +23,3 @@ "dependencies" : {

"scripts" : {
"test" : "set -e; for FILE in `ls -1 test/*.js test/integration/*.js`; do node $FILE; done"
"test" : "set -e; find test/ -name '*.js' -exec echo --- {} --- ';' -exec node {} ';'"
},

@@ -26,0 +26,0 @@

@@ -31,3 +31,3 @@ // --------------------------------------------------------------------------------------------------------------------

// env vars aren't set, so skip these integration tests
console.log(e);
console.log('Skipping test : ' + e);
process.exit();

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