npm-registry-fetch
Advanced tools
Comparing version 13.1.1 to 13.2.0
@@ -216,2 +216,6 @@ 'use strict' | ||
if (opts.authType) { | ||
headers['npm-auth-type'] = opts.authType | ||
} | ||
if (opts.scope) { | ||
@@ -218,0 +222,0 @@ headers['npm-scope'] = opts.scope |
{ | ||
"name": "npm-registry-fetch", | ||
"version": "13.1.1", | ||
"version": "13.2.0", | ||
"description": "Fetch-based http client for use with npm registry APIs", | ||
@@ -47,3 +47,3 @@ "main": "lib", | ||
"@npmcli/eslint-config": "^3.0.1", | ||
"@npmcli/template-oss": "3.3.2", | ||
"@npmcli/template-oss": "3.5.0", | ||
"cacache": "^16.0.2", | ||
@@ -64,4 +64,4 @@ "nock": "^13.2.4", | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "3.3.2" | ||
"version": "3.5.0" | ||
} | ||
} |
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
37590
518