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.5 to 0.0.6

2

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

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

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

var expectConf =
[ 'globalconfig = /Users/isaacs/dev/js/npmconf/test/fixtures/globalconfig',
[ 'globalconfig = ' + common.globalconfig,
'email = i@izs.me',

@@ -33,3 +33,3 @@ 'env-thing = asdf',

var expectFile =
[ 'globalconfig = /Users/isaacs/dev/js/npmconf/test/fixtures/globalconfig',
[ 'globalconfig = ' + common.globalconfig,
'email = i@izs.me',

@@ -36,0 +36,0 @@ 'env-thing = asdf',

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