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

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.3 to 0.3.4

6

index.js

@@ -9,5 +9,3 @@ #! /usr/bin/env node

? process.env.USERPROFILE
: process.env.SUDO_USER
? join('/home', process.env.SUDO_USER)
: process.env.HOME
: process.env.HOME

@@ -18,3 +16,3 @@ module.exports = function (name, defaults, argv) {

if(!argv)
argv = require('optimist').argv
argv = require('minimist')(process.argv.slice(2))
defaults = (

@@ -21,0 +19,0 @@ 'string' === typeof defaults

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

@@ -24,3 +24,3 @@ "main": "index.js",

"dependencies": {
"optimist": "~0.3.4",
"minimist": "~0.0.7",
"deep-extend": "~0.2.5",

@@ -27,0 +27,0 @@ "ini": "~1.1.0"

@@ -34,3 +34,3 @@ # rc

* command line arguments (parsed by optimist)
* command line arguments (parsed by minimist)
* environment variables prefixed with `${appname}_`

@@ -37,0 +37,0 @@ * if you passed an option `--config file` then from that file

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