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.15 to 0.0.16

LICENSE

7

config-defs.js

@@ -110,6 +110,3 @@ // defaults, types, and shorthands.

// are there others?
, browser : process.platform === "darwin" ? "open"
: process.platform === "win32" ? "start"
: "google-chrome"
, browser : null

@@ -272,3 +269,3 @@ , ca : // the npm CA certificate.

{ "always-auth" : Boolean
, browser : String
, browser : [null, String]
, ca: [null, String, Array]

@@ -275,0 +272,0 @@ , cache : path

{
"name": "npmconf",
"version": "0.0.15",
"version": "0.0.16",
"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