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

s3-npm-cache

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3-npm-cache - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

bin/s3-npm-cache.js

@@ -7,2 +7,7 @@ #!/usr/bin/env node

s3NpmCache.init(s3BucketName, packageJsonFileLocation);
if (!s3BucketName || !packageJsonFileLocation) {
console.log('Invalid arguments.');
console.log('Usage: s3-npm-cache <package.json root folder> <s3 bucket name>');
} else {
s3NpmCache.init(s3BucketName, packageJsonFileLocation);
}

2

package.json
{
"name": "s3-npm-cache",
"version": "0.0.4",
"version": "0.0.5",
"description": "Forget lengthy npm install processes in your build pipeline. This script allows your build pipeline to cache your node_modules in S3 if your package.json hasn't changed.",

@@ -5,0 +5,0 @@ "license": "MIT",

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