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

webpack-dotenv-plugin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-dotenv-plugin - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

2

index.js

@@ -9,3 +9,3 @@ const dotenv = require('dotenv-safe');

options = options || {};
if (!options.sample) options.sample = './.env.default';
if (!options.sample) options.sample = './.env.sample';
if (!options.path) options.path = './.env';

@@ -12,0 +12,0 @@

{
"name": "webpack-dotenv-plugin",
"version": "1.4.0",
"version": "2.0.0",
"description": "Use dotenv with webpack.",

@@ -29,5 +29,7 @@ "main": "index.js",

"dependencies": {
"dotenv-safe": "^2.3.1",
"webpack": "^1.13.0"
"dotenv-safe": "^2.3.1"
},
"peerDependencies": {
"webpack": ">=1.13.0"
}
}

Sorry, the diff of this file is not supported yet

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