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

environment-configuration-resolver

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

environment-configuration-resolver - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

2

lib/index.js

@@ -38,3 +38,3 @@ //

}
paths[prefix + property] = value.substr(envProtocol.length());
paths[prefix + property] = value.substr(envProtocol.length;
}

@@ -41,0 +41,0 @@ return paths;

@@ -0,0 +0,0 @@ MIT License

{
"name": "environment-configuration-resolver",
"version": "0.0.1",
"version": "0.0.2",
"description": "Helpful environment variable resolver for Node.js objects that performs a deep walk looking for a custom env:// scheme",

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

# environment-configuration-resolver-node
Helpful environment variable resolver for Node.js objects that performs a deep walk looking for a custom env:// scheme

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