🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@digitalbazaar/http-client

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/http-client - npm Package Compare versions

Comparing version
4.1.1
to
4.2.0
+18
-19
package.json
{
"name": "@digitalbazaar/http-client",
"version": "4.1.1",
"version": "4.2.0",
"description": "An opinionated, isomorphic HTTP client.",

@@ -33,3 +33,3 @@ "license": "BSD-3-Clause",

"coverage-report": "c8 report",
"lint": "eslint --ignore-pattern rollup.config.js ."
"lint": "eslint --ext .cjs,.js --ignore-pattern rollup.config.js ."
},

@@ -41,28 +41,27 @@ "files": [

"dependencies": {
"ky": "^1.0.1",
"undici": "^6.6.2"
"ky": "^1.7.5",
"undici": "^6.21.2"
},
"devDependencies": {
"c8": "^7.13.0",
"chai": "^4.3.7",
"c8": "^10.1.3",
"chai": "^4.5.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"delay": "^5.0.0",
"detect-node": "^2.1.0",
"eslint": "^8.38.0",
"eslint-config-digitalbazaar": "^4.2.0",
"eslint-plugin-jsdoc": "^41.1.1",
"eslint-plugin-unicorn": "^46.0.0",
"express": "^4.18.2",
"karma": "^6.4.1",
"eslint": "^8.57.1",
"eslint-config-digitalbazaar": "^5.2.0",
"eslint-plugin-jsdoc": "^50.6.9",
"eslint-plugin-unicorn": "^56.0.1",
"express": "^4.21.2",
"karma": "^6.4.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"webpack": "^5.79.0"
"karma-webpack": "^5.0.1",
"mocha": "^11.1.0",
"rimraf": "^6.0.1",
"rollup": "^4.37.0",
"webpack": "^5.98.0"
},

@@ -69,0 +68,0 @@ "repository": {