Socket
Socket
Sign inDemoInstall

eb-disable-npm

Package Overview
Dependencies
58
Maintainers
21
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

4

package.json
{
"name": "eb-disable-npm",
"version": "1.0.0",
"version": "1.0.1",
"description": "Disables npm in Elastic Beanstalk environments.",

@@ -29,4 +29,4 @@ "scripts": {

"dependencies": {
"install-files": "^1.0.0"
"install-files": "^1.1.5"
}
}

@@ -11,4 +11,4 @@ # eb-disable-npm

along with our application source from our CI server. What makes this possible is
that it already installs the modules for the purposes of running our tests, and
uses the same architecture as Elastic Beanstalk's EC2 instances.
that the CI server already installs the modules for the purposes of running our
tests, and uses the same CPU architecture as Elastic Beanstalk's EC2 instances.

@@ -20,3 +20,3 @@ This package has been tested against Elastic Beanstalk platform versions

1. `npm install eb-fix-npm --save-dev` (see [here](https://github.com/mixmaxhq/install-files/blob/master/README.md#installation) for why `--save-dev`)
1. `npm install eb-disable-npm --save-dev` (see [here](https://github.com/mixmaxhq/install-files/blob/master/README.md#installation) for why `--save-dev`)
2. Commit the `.ebextensions` file it creates.

@@ -23,0 +23,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc