Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

digest-fetch

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digest-fetch - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

digest-fetch-src.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc