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.1 to 0.0.2

20

package.json
{
"name": "s3-npm-cache",
"version": "0.0.1",
"version": "0.0.2",
"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.",
"license": "MIT",
"homepage": "https://github.com/jonoc330/s3-npm-cache",
"author": {
"name": "Jon Cleary",
"email": "jonoc330@gmail.com",
"url": "http://www.joncleary.com.au"
},
"bugs": {

@@ -10,2 +16,9 @@ "url": "https://github.com/jonoc330/s3-npm-cache/issues",

},
"keywords": [
"s3",
"npm",
"cache",
"node_modules",
"build"
],
"repository": {

@@ -15,3 +28,6 @@ "type": "git",

},
"main": "./s3-npm-cache.js",
"main": "./s3-npm-cache",
"bin": {
"s3-npm-cache": "bin/s3-npm-cache"
},
"dependencies": {

@@ -18,0 +34,0 @@ "adm-zip": "^0.4.7",

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