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.0 to 0.1.1

4

config-defs.js

@@ -77,4 +77,4 @@ // defaults, types, and shorthands.

if (!stableFamily || (+stableFamily[2] % 2)) stableFamily = null
else stableFamily = stableFamily[1] + "." + stableFamily[2]
if (!stableFamily || (+stableFamily.minor % 2)) stableFamily = null
else stableFamily = stableFamily.major + "." + stableFamily.minor

@@ -81,0 +81,0 @@ var defaults

{
"name": "npmconf",
"version": "0.1.0",
"version": "0.1.1",
"description": "The config thing npm uses",

@@ -16,3 +16,3 @@ "main": "npmconf.js",

"nopt": "2",
"semver": "~1.1.0",
"semver": "2",
"ini": "~1.1.0"

@@ -19,0 +19,0 @@ },

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