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.6 to 0.0.7

4

bin/s3-npm-cache.js
#!/usr/bin/env node
var s3BucketName = process.argv[1],
packageJsonFileLocation = (process.argv[2] ? process.cwd() + process.argv[2] : undefined) || process.cwd(),
var s3BucketName = process.argv[2],
packageJsonFileLocation = (process.argv[3] ? process.cwd() + process.argv[3] : undefined) || process.cwd(),
s3NpmCache = require('../s3-npm-cache');

@@ -6,0 +6,0 @@

{
"name": "s3-npm-cache",
"version": "0.0.6",
"version": "0.0.7",
"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