New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-dotenv-plugin

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-dotenv-plugin - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

.github/FUNDING.yml

8

package.json
{
"name": "serverless-dotenv-plugin",
"version": "2.3.1",
"version": "2.3.2",
"description": "Preload environment variables with dotenv into serverless.",

@@ -25,6 +25,6 @@ "main": "index.js",

"dependencies": {
"chalk": "^2.1.0",
"dotenv": "^4.0.0",
"dotenv-expand": "^4.0.1"
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0"
}
}
# serverless-dotenv-plugin [![npm version](https://img.shields.io/npm/v/serverless-dotenv-plugin.svg?style=flat)](https://www.npmjs.com/package/serverless-dotenv-plugin)
[![Donate](https://infrontlabs.com/Donate.612b038d.png)](https://www.paypal.me/ColynBrown?locale.x=en_US)
Checkout https://colyn.dev/docs for documentation
Preload Environment Variables Into Serverless
Preload environment variables into serverless. Use this plugin if you have variables stored in a `.env` file that you want loaded into your serverless yaml config. This will allow you to reference them as `${env:VAR_NAME}` inside your config _and_ it will load them into your lambdas.
Use this plugin if you have variables stored in a `.env` file that you want loaded into your serverless yaml config. This will allow you to reference them as `${env:VAR_NAME}` inside your config _and_ it will load them into your lambdas.
### Install and Setup

@@ -121,1 +119,9 @@

You can find example usage in the `examples` folder.
### Contributing
Because of the highly dependent nature of this plugin (i.e. thousands of developers depend on this to deploy their apps to production) I cannot introduce changes that are backwards incompatible. Any feature requests must first consider this as a blocker. If submitting a PR ensure that the change is developer opt-in only meaning it must guarantee that it will not affect existing workflows, it's only available with an opt-in setting. I appreciate your patience on this. Thanks.
### Roadmap
See https://colyn.dev/upcoming-changes-to-serverless-dotenv-plugin for upcoming changes.
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