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.3.1 to 1.3.2

2

index.js

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

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

@@ -13,0 +13,0 @@ dotenv.config(options);

{
"name": "webpack-dotenv-plugin",
"version": "1.3.1",
"version": "1.3.2",
"description": "Use dotenv with webpack.",

@@ -5,0 +5,0 @@ "main": "index.js",

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