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 1.1.2 to 1.1.3

2

index.js

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

argv,
configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : null,
configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : undefined,
]))

@@ -55,0 +55,0 @@ }

{
"name": "rc",
"version": "1.1.2",
"version": "1.1.3",
"description": "hardwired configuration loader",

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

"dependencies": {
"minimist": "^1.1.2",
"deep-extend": "~0.2.5",
"strip-json-comments": "0.1.x",
"ini": "~1.3.0"
"deep-extend": "~0.4.0",
"ini": "~1.3.0",
"minimist": "~1.1.2",
"strip-json-comments": "~1.0.4"
}
}
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