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.2 to 1.1.3

2

config-defs.js

@@ -216,3 +216,3 @@ // defaults, types, and shorthands.

, userconfig : path.resolve(home, ".npmrc")
, umask: "022"
, umask: process.umask ? process.umask() : parseInt("022", 8)
, version : false

@@ -219,0 +219,0 @@ , versions : false

{
"name": "npmconf",
"version": "1.1.2",
"version": "1.1.3",
"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