serverless-localstack
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "serverless-localstack", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Connect Serverless to Localstack!", | ||
@@ -14,4 +14,4 @@ "main": "src/index.js", | ||
"test:cover": "jasmine --coverage", | ||
"prepublish": "yarn run test", | ||
"preversion": "yarn run test" | ||
"prepublish": "npm run test", | ||
"preversion": "npm run test" | ||
}, | ||
@@ -18,0 +18,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
# serverless-localstack | ||
# serverless-localstack [![Build Status](https://travis-ci.org/temyers/serverless-localstack.svg?branch=master)](https://travis-ci.org/temyers/serverless-localstack) | ||
[Serverless](https://serverless.com/) Plugin to support running against [Atlassian Labs Localstack](https://github.com/atlassian/localstack). | ||
@@ -16,3 +16,3 @@ | ||
npm install -g serverless | ||
npm install -g serverless-localstack | ||
npm install --save-dev serverless-localstack | ||
@@ -24,12 +24,16 @@ ## Installation (without npm) | ||
#### Clone the repository | ||
git clone https://github.com/temyers/serverless-localstack | ||
``` | ||
git clone https://github.com/temyers/serverless-localstack | ||
cd serverless-localstack | ||
npm link | ||
``` | ||
#### Install the plugin | ||
In order for the plugin to be recognized it must first be enabled via the .serverless_plugins directory. | ||
Use `npm link` to reference the plugin | ||
``` | ||
cd project-path/ | ||
mkdir .serverless_plugins | ||
ln -s /absolute/path/to/plugin .serverless_plugins/serverless-plugin-localstack | ||
npm link serverless-localstack | ||
``` | ||
@@ -51,3 +55,3 @@ | ||
plugins: | ||
- serverless-plugin-localstack | ||
- serverless-localstack | ||
@@ -75,3 +79,3 @@ custom: | ||
plugins: | ||
- serverless-plugin-localstack | ||
- serverless-localstack | ||
@@ -91,3 +95,3 @@ custom: | ||
plugins: | ||
- serverless-plugin-localstack | ||
- serverless-localstack | ||
@@ -94,0 +98,0 @@ custom: |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
224211
17
3729
191
5
1