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

eb-fix-npm

Package Overview
Dependencies
Maintainers
13
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eb-fix-npm - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "eb-fix-npm",
"version": "1.2.2",
"version": "1.2.3",
"description": "Fixes npm in Elastic Beanstalk environments.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -12,3 +12,6 @@ # eb-fix-npm

* Only install (don't rebuild) Node modules on application deploy
* Only rebuild (don't install) Node modules on configuration deploy
* Only rebuild (don't install) Node modules on configuration deploy (EB's script
tries to both install and rebuild)
* Actually rebuild Node modules on configuration deploy (EB's script uses the
the wrong directory and so just aborts)
* Remove npm temp files [leftover](https://github.com/npm/npm/issues/6855) by installing from shrinkwrap

@@ -43,2 +46,3 @@

* 1.2.3 Fix rebuild directory
* 1.2.2 Misc fixes

@@ -45,0 +49,0 @@ * 1.2.1 Use user's environment variables with npm

Sorry, the diff of this file is not supported yet

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