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.0.7 to 0.0.8

2

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

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

const shortTermCacheExt = ['html', 'xml', 'json', 'svg'];
const longTermCacheExt = ['css', 'js', 'png', 'jpg', 'jpeg', 'gif', 'webp', 'woff', 'woff2', 'mp3'];
const longTermCacheExt = ['css', 'js', 'png', 'jpg', 'jpeg', 'gif', 'webp', 'woff', 'woff2', 'mp3', 'pdf'];
const deleteExt = shortTermCacheExt.concat(longTermCacheExt);

@@ -46,0 +46,0 @@ const steps = [

@@ -6,7 +6,7 @@ {

},
"version": "0.0.7",
"version": "0.0.8",
"description": "A CLI tool to help with repetitive tasks.",
"main": "index.js",
"bin": {
"gauntface": "./gauntface.js"
"gauntface": "gauntface.js"
},

@@ -13,0 +13,0 @@ "scripts": {

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