Socket
Socket
Sign inDemoInstall

dotenv

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotenv - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

1

lib/main.js

@@ -38,2 +38,3 @@ "use strict";

} catch (e) {
return false;
}

@@ -40,0 +41,0 @@

2

package.json
{
"name": "dotenv",
"version": "0.2.2",
"version": "0.2.3",
"description": "Loads environment variables from .env",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -23,3 +23,3 @@ # dotenv

IMPORTANT: In pre `0.2.2`, you instantiated dotenv like the following with the bagels.
IMPORTANT: In pre `0.2.3`, you instantiated dotenv like the following with the bagels.

@@ -26,0 +26,0 @@ ```javascript

@@ -13,3 +13,3 @@ var assert = require('assert'),

it('version should be set', function() {
result.version.should.eql("0.2.2");
result.version.should.eql("0.2.3");
});

@@ -16,0 +16,0 @@

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