Socket
Socket
Sign inDemoInstall

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.1 to 1.0.2

4

package.json
{
"name": "digest-fetch",
"version": "1.0.1",
"description": "digest auth request plugin for fetch/node-fetch and support http basic auth authentication as well",
"version": "1.0.2",
"description": "digest auth request plugin for fetch/node-fetch also support http basic auth authentication",
"main": "digest-fetch-src.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -9,3 +9,3 @@ # digest-fetch

digest auth request plugin for fetch/node-fetch, supports http basic authentication as well
digest auth request plugin for fetch/node-fetch also supports http basic authentication

@@ -41,3 +41,3 @@ ## Installation

basic: false // we support http basic authentication as well, enable it here if you want, default: false
basic: false // default false, we support http basic authentication as well, you can enable it here
}

@@ -47,4 +47,4 @@

const basic_auth_client = DigestFetch('user', 'password', { basic: true })
// For Http Basic Authentication
const basic_auth_client = new DigestFetch('user', 'password', { basic: true })
```

@@ -80,3 +80,3 @@

Please open issues if you find bugs and meet problems during using this plugin.
Please open issues if you find bugs or meet problems during using this plugin.

@@ -83,0 +83,0 @@

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