npm-profile
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -70,3 +70,3 @@ 'use strict' | ||
const target = url.resolve(conf.registry, '-/npm/v1/user') | ||
profile.forEach(key => { | ||
Object.keys(profile).forEach(key => { | ||
// profile keys can't be empty strings, but they CAN be null | ||
@@ -73,0 +73,0 @@ if (profile[key] === '') profile[key] = null |
{ | ||
"name": "npm-profile", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Library for updating an npmjs.com profile", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21366