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.8 to 0.1.9

25

config-defs.js

@@ -218,4 +218,5 @@ // defaults, types, and shorthands.

, cert: null
, color : true
, coverage: false
, depth: Infinity

@@ -225,2 +226,3 @@ , description : true

, editor : osenv.editor()
, email: null
, "engine-strict": false

@@ -239,14 +241,13 @@ , force : false

, globalconfig : path.resolve(globalPrefix, "etc", "npmrc")
, globalignorefile : path.resolve( globalPrefix, "etc", "npmignore")
, group : process.platform === "win32" ? 0
: process.env.SUDO_GID || (process.getgid && process.getgid())
, heading: "npm"
, ignore: ""
, "ignore-scripts": false
, "init-module": path.resolve(home, '.npm-init.js')
, "init.version" : "0.0.0"
, "init.author.name" : ""
, "init.author.email" : ""
, "init.author.url" : ""
, "init.license": "ISC"
, json: false
, key: null
, link: false

@@ -259,3 +260,2 @@ , "local-address" : undefined

, "node-version" : process.version
, npaturl : "http://npat.npmjs.org/"
, npat : false

@@ -265,3 +265,2 @@ , "onload-script" : false

, parseable : false
, pre: false
, prefix : globalPrefix

@@ -302,3 +301,2 @@ , production: process.env.NODE_ENV === "production"

, userconfig : path.resolve(home, ".npmrc")
, userignorefile : path.resolve(home, ".npmignore")
, umask: 022

@@ -308,3 +306,2 @@ , version : false

, viewer: process.platform === "win32" ? "browser" : "man"
, yes: null

@@ -326,4 +323,4 @@ , _exit : true

, "cache-min": Number
, cert: [null, String]
, color : ["always", Boolean]
, coverage: Boolean
, depth : Number

@@ -333,2 +330,3 @@ , description : Boolean

, editor : String
, email: [null, String]
, "engine-strict": Boolean

@@ -344,3 +342,2 @@ , force : Boolean

, globalconfig : path
, globalignorefile: path
, group : [Number, String]

@@ -350,10 +347,10 @@ , "https-proxy" : [null, url]

, "heading": String
, ignore : String
, "ignore-scripts": Boolean
, "init-module": path
, "init.version" : [null, semver]
, "init.author.name" : String
, "init.author.email" : String
, "init.author.url" : ["", url]
, "init.license": String
, json: Boolean
, key: [null, String]
, link: Boolean

@@ -377,3 +374,2 @@ // local-address must be listed as an IP for a local network interface

, "node-version" : [null, semver]
, npaturl : url
, npat : Boolean

@@ -383,3 +379,2 @@ , "onload-script" : [null, String]

, parseable : Boolean
, pre: Boolean
, prefix: path

@@ -415,3 +410,2 @@ , production: Boolean

, userconfig : path
, userignorefile : path
, umask: Octal

@@ -421,3 +415,2 @@ , version : Boolean

, viewer: String
, yes: [false, null, Boolean]
, _exit : Boolean

@@ -424,0 +417,0 @@ , _password: String

{
"name": "npmconf",
"version": "0.1.8",
"version": "0.1.9",
"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