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.5.1 to 0.5.2

4

index.js

@@ -12,4 +12,4 @@ #! /usr/bin/env node

module.exports = function (name, defaults, argv) {
if(!name)
throw new Error('nameless configuration fail')
if('string' !== typeof name)
throw new Error('rc(name): name *must* be string')
if(!argv)

@@ -16,0 +16,0 @@ argv = require('minimist')(process.argv.slice(2))

{
"name": "rc",
"version": "0.5.1",
"version": "0.5.2",
"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