Socket
Socket
Sign inDemoInstall

npmconf

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmconf - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

npmconf.js

@@ -81,2 +81,3 @@

// check for a builtin if provided.
exports.usingBuiltin = !!builtin
var rc = exports.rootConf = new Conf()

@@ -86,7 +87,8 @@ var defaults = configDefs.defaults

rc.addFile(builtin, 'builtin')
else {
else
rc.add({}, 'builtin')
}
rc.on('load', function () {
var conf = new Conf(rc)
conf.usingBuiltin = !!builtin
conf.add(cli, 'cli')

@@ -93,0 +95,0 @@ conf.addEnv()

{
"name": "npmconf",
"version": "0.0.3",
"version": "0.0.4",
"description": "The config thing npm uses",

@@ -5,0 +5,0 @@ "main": "npmconf.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