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

cloudform

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudform - npm Package Compare versions

Comparing version 7.3.0 to 7.4.0

package-lock.json

6

cli/cloudform.js

@@ -51,3 +51,3 @@ #!/usr/bin/env node

console.error(err);
return;
process.exit(err.code);
}

@@ -58,7 +58,7 @@ const tsNodePath = path.join(npmBin.trim(), 'ts-node');

console.error(err);
return;
process.exit(err.code);
}
if (stderr) {
console.error(stderr);
return;
process.exit(1);
}

@@ -65,0 +65,0 @@ if (options.shouldMinify) {

{
"name": "cloudform",
"version": "7.3.0",
"version": "7.4.0",
"description": "TypeScript-based imperative way to define AWS CloudFormation templates",

@@ -5,0 +5,0 @@ "main": "packages/cloudform/index.js",

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