serverless-export-env
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "serverless-export-env", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Serverless plugin to export environment variables into a .env file", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -35,4 +35,5 @@ "use strict"; | ||
_.assign(serverless.service.provider.environment, environment); | ||
_.extend(process.env, environment); | ||
} | ||
module.exports = setEnvVariables; |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance 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
19967
304
5