Socket
Socket
Sign inDemoInstall

rc

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

2

lib/utils.js

@@ -35,3 +35,3 @@ var fs = require('fs')

for(var k in env) {
if((i =k.indexOf(prefix)) === 0)
if((k.indexOf(prefix)) === 0)
obj[k.substring(l)] = env[k]

@@ -38,0 +38,0 @@ }

{
"name": "rc",
"version": "0.3.4",
"version": "0.3.5",
"description": "hardwired configuration loader",

@@ -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