dotenv-webpack
Advanced tools
Comparing version 5.1.0 to 6.0.0
@@ -96,3 +96,7 @@ "use strict"; | ||
if (safe) { | ||
Object.assign(vars, env); | ||
Object.keys(env).forEach(function (key) { | ||
if (!Object.prototype.hasOwnProperty.call(vars, key)) { | ||
vars[key] = env[key]; | ||
} | ||
}); | ||
} | ||
@@ -99,0 +103,0 @@ |
{ | ||
"name": "dotenv-webpack", | ||
"description": "A simple webpack plugin to support dotenv.", | ||
"version": "5.1.0", | ||
"version": "6.0.0", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
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
15313
205