Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dotenv-webpack

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotenv-webpack - npm Package Compare versions

Comparing version 5.1.0 to 6.0.0

6

dist/index.js

@@ -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 @@

2

package.json
{
"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": {

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