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.1.1 to 1.1.2

6

digest-fetch-src.js

@@ -0,1 +1,7 @@

/// !-----------------------------------------------------------------------------------------------------------
/// |
// | `digest-fetch` is a wrapper of `node-fetch` or `fetch` to provide http digest authentication boostraping.
// |
/// !-----------------------------------------------------------------------------------------------------------
const canRequire = typeof(require) == 'function'

@@ -2,0 +8,0 @@ if (typeof(fetch) !== 'function' && canRequire) var fetch = require('node-fetch')

6

package.json
{
"name": "digest-fetch",
"version": "1.1.1",
"version": "1.1.2",
"description": "digest auth request plugin for fetch/node-fetch also support http basic auth authentication",

@@ -40,7 +40,7 @@ "main": "digest-fetch-src.js",

"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0",
"mocha": "^8.1.1",
"node-fetch": "^2.3.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"serialize-javascript": "^2.1.1",
"serialize-javascript": "^3.1.0",
"terser-webpack-plugin": "^2.2.2",

@@ -47,0 +47,0 @@ "webpack": "^4.26.1",

Sorry, the diff of this file is too big to display

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