digest-fetch
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "digest-fetch", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "digest auth request plugin for fetch/node-fetch also support http basic auth authentication", | ||
@@ -29,2 +29,6 @@ "main": "digest-fetch-src.js", | ||
}, | ||
"exports": { | ||
"default": "./digest-fetch-src.js", | ||
"types": "./digest-fetch-src.d.ts" | ||
}, | ||
"devDependencies": { | ||
@@ -31,0 +35,0 @@ "@babel/core": "^7.14.3", |
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
249908