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.1.6 to 0.1.7

2

config-defs.js

@@ -233,2 +233,3 @@ // defaults, types, and shorthands.

, git: "git"
, "git-tag-version": true

@@ -331,2 +332,3 @@ , global : false

, git: String
, "git-tag-version": Boolean
, global : Boolean

@@ -333,0 +335,0 @@ , globalconfig : path

2

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

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

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

var cli = { foo: 'bar', heading: 'foo' }
var cli = { foo: 'bar', heading: 'foo', 'git-tag-version': false }

@@ -72,4 +72,5 @@ var expectList =

t.equal(conf.get('heading'), 'foo')
t.equal(conf.get('git-tag-version'), false)
t.end()
})
})
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