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

@gauntface/cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gauntface/cli - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

renovate.json

4

gauntface-aws-s3-deploy-static-site.js

@@ -74,3 +74,3 @@ const spawn = require('child_process').spawn;

// --cache-control Set cache control headers
parts.push(`--cache-control 'max-age=${maxAge}'`);
parts.push(`--cache-control max-age=${maxAge}`);

@@ -124,2 +124,2 @@ return parts.join(" ")

});
}
}

@@ -6,3 +6,3 @@ {

},
"version": "0.1.0",
"version": "0.2.0",
"description": "A CLI tool to help with repetitive tasks.",

@@ -30,4 +30,4 @@ "main": "index.js",

"dependencies": {
"commander": "^6.1.0"
"commander": "^9.0.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