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

2

package.json
{
"name": "s3-npm-cache",
"version": "0.0.7",
"version": "0.0.8",
"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",

@@ -21,3 +21,5 @@ /*

helpers.installNodeModules(packageJsonFileLocation);
console.log('Node modules installed.');
helpers.createZip(nodeModulesFolder, s3PackageName);
console.log('Zip created.');
helpers.uploadFileToS3(s3PackageName);

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