Socket
Socket
Sign inDemoInstall

npmconf

Package Overview
Dependencies
Maintainers
2
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 2.1.0 to 2.1.1

1

npmconf.js

@@ -102,2 +102,3 @@

conf.usingBuiltin = !!builtin
conf.sources.builtin = rc.sources.builtin
conf.add(cli, 'cli')

@@ -104,0 +105,0 @@ conf.addEnv()

4

package.json
{
"name": "npmconf",
"version": "2.1.0",
"version": "2.1.1",
"description": "The config thing npm uses",

@@ -28,3 +28,3 @@ "main": "npmconf.js",

"type": "git",
"url": "git://github.com/isaacs/npmconf"
"url": "git://github.com/npm/npmconf"
},

@@ -31,0 +31,0 @@ "keywords": [

@@ -45,3 +45,7 @@ var test = require('tap').test

data: gcData },
builtin: { data: biData } }
builtin:
{ path: common.builtin,
type: 'ini',
data: biData }
}

@@ -48,0 +52,0 @@ test('with builtin', function (t) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc