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

encrypt-env

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

encrypt-env - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

index.js

@@ -7,5 +7,6 @@ var fs = require('fs');

module.exports = function (key) {
module.exports = function (key, environments) {
var that = {};
var environments = JSON.parse(fs.readFileSync('.encrypt-env.json'));
if (environments === undefined) environments = JSON.parse(fs.readFileSync('.encrypt-env.json'));
var env = environments[key];

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

2

package.json
{
"name": "encrypt-env",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "bin": {

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