digest-fetch
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -21,3 +21,3 @@ const canRequire = typeof(require) == 'function' | ||
} | ||
this.digest = { nc: 0, algorithm } | ||
this.digest = { nc: 0, algorithm, realm: '' } | ||
this.hasAuth = false | ||
@@ -24,0 +24,0 @@ const _cnonceSize = parseInt(options.cnonceSize) |
{ | ||
"name": "digest-fetch", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "digest auth request plugin for fetch/node-fetch also support http basic auth authentication", | ||
@@ -5,0 +5,0 @@ "main": "digest-fetch-src.js", |
Sorry, the diff of this file is too big to display
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
173084