digest-fetch
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "digest-fetch", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "digest auth request plugin for fetch/node-fetch also support http basic auth authentication", | ||
@@ -11,3 +11,4 @@ "main": "digest-fetch-src.js", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/", | ||
"build": "NODE_ENV=\"production\" webpack" | ||
"build": "NODE_ENV=\"production\" webpack", | ||
"declare": "tsc digest-fetch-src.js --allowJs --emitDeclarationOnly --declaration" | ||
}, | ||
@@ -14,0 +15,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
249809
28
985