npm-profile
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,18 @@ | ||
# v5.0.0 (2020-02-27) | ||
- Drop the CLI from the project, just maintain the library | ||
- Drop support for EOL Node.js versions | ||
- Remove `Promise` option, just use native Promises | ||
- Remove `figgy-pudding` | ||
- Use `npm-registry-fetch` v8 | ||
- fix: do not try to open invalid URLs for WebLogin | ||
# v4.0.3 (2020-02-27) | ||
- fix: do not try to open invalid URLs for WebLogin | ||
# v4.0.2 (2019-07-16) | ||
- Update `npm-registry-fetch` to 4.0.0 | ||
# v4.0.1 (2018-08-29) | ||
@@ -2,0 +19,0 @@ |
@@ -47,3 +47,3 @@ 'use strict' | ||
try { | ||
return !!new URL(u) | ||
return /^https?:$/.test(new URL(u).protocol) | ||
} catch (er) { | ||
@@ -50,0 +50,0 @@ return false |
{ | ||
"name": "npm-profile", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"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
29216