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.13 to 0.0.14

1

helpers.js

@@ -66,2 +66,3 @@ var AWS = require('aws-sdk');

zip.extractAllTo(location, true);
fs.chmodSync(location, 0755);
walk.walkSync(location, function (basedir, filename, stat, next) {

@@ -68,0 +69,0 @@ var perm = stat.isDirectory() ? 0755 : 0644;

2

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