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 1.1.8 to 1.1.9

1

npmconf.js

@@ -103,2 +103,3 @@

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

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

2

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

@@ -5,0 +5,0 @@ "main": "npmconf.js",

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

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

@@ -72,0 +76,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