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 2.0.8 to 2.0.9

2

config-defs.js

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

function validateTag (data, k, val) {
val = val.trim()
val = ('' + val).trim()
if (!val || semver.validRange(val)) return false

@@ -47,0 +47,0 @@ data[k] = val

{
"name": "npmconf",
"version": "2.0.8",
"version": "2.0.9",
"description": "The config thing npm uses",

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

"osenv": "^0.1.0",
"semver": "2 || 3",
"semver": "2 || 3 || 4",
"uid-number": "0.0.5"

@@ -20,0 +20,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc