🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@digitalcredentials/http-client

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalcredentials/http-client - npm Package Compare versions

Comparing version
1.2.1
to
1.2.2
+16
-19
package.json
{
"name": "@digitalcredentials/http-client",
"version": "1.2.1",
"version": "1.2.2",
"description": "An opinionated, isomorphic HTTP client.",

@@ -29,8 +29,6 @@ "license": "BSD-3-Clause",

"rebuild": "npm run clear && npm run build",
"test": "npm run test-node",
"test": "npm run lint && npm run test-node && npm run test-karma",
"test-node": "cross-env NODE_ENV=test mocha -r esm --preserve-symlinks -t 30000 -A -R ${REPORTER:-spec} --require test/test-mocha.js test/*.spec.js",
"test-karma": "karma start karma.conf.js",
"test-watch": "cross-env NODE_ENV=test mocha -r esm --watch --preserve-symlinks -t 30000 -A -R ${REPORTER:-spec} --require test/test-mocha.js test/*.spec.js",
"coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm run test-node",
"coverage-ci": "cross-env NODE_ENV=test nyc --reporter=lcovonly npm run test-node",
"coverage-report": "nyc report",

@@ -44,14 +42,10 @@ "lint": "eslint ."

"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/runtime": "^7.10.2",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"detect-node": "^2.0.4",
"eslint": "^7.2.0",
"eslint-config-digitalbazaar": "^2.5.0",
"karma": "^5.0.9",
"esm": "^3.2.22",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"detect-node": "^2.1.0",
"eslint": "^7.25.0",
"eslint-config-digitalbazaar": "^2.8.0",
"eslint-plugin-jsdoc": "^33.1.0",
"esm": "^3.2.25",
"karma": "^6.3.2",
"karma-babel-preprocessor": "^8.0.1",

@@ -62,9 +56,12 @@ "karma-chai": "^0.1.0",

"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"mocha": "^8.3.2",
"mocha-lcov-reporter": "^1.3.0",
"multibase": "^4.0.4",
"multicodec": "^3.0.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.47.0",
"webpack": "^5.41.1"
"webpack": "^5.36.2"
},

@@ -85,3 +82,3 @@ "repository": {

"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},

@@ -88,0 +85,0 @@ "nyc": {