New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blackflux/axios

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackflux/axios - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

1

lib/util/redact-and-throw.js

@@ -13,4 +13,5 @@ import { Retainer } from 'object-fields';

retainer(e);
delete e.stack;
}
throw e;
};

34

package.json
{
"name": "@blackflux/axios",
"type": "module",
"version": "1.1.3",
"version": "2.0.0",
"main": "lib/index.js",

@@ -23,19 +23,19 @@ "repository": {

"devDependencies": {
"@babel/core": "7.18.9",
"@babel/eslint-parser": "7.18.9",
"@babel/register": "7.18.9",
"@blackflux/eslint-plugin-rules": "2.1.0",
"@blackflux/robo-config-plugin": "7.9.8",
"c8": "7.12.0",
"chai": "4.3.6",
"eslint": "8.20.0",
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/register": "7.22.5",
"@blackflux/eslint-plugin-rules": "3.0.0",
"@blackflux/robo-config-plugin": "9.1.9",
"c8": "8.0.1",
"chai": "4.3.7",
"eslint": "8.46.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.1.0",
"js-gardener": "3.0.5",
"lambda-monitor-logger": "4.0.0",
"node-tdd": "3.4.2",
"smart-fs": "3.0.1"
"js-gardener": "5.0.1",
"lambda-monitor-logger": "5.0.0",
"node-tdd": "4.0.0",
"smart-fs": "4.0.0"
},

@@ -71,8 +71,8 @@ "description": "Axios Wrapper",

"engines": {
"node": ">= 14"
"node": ">= 16"
},
"dependencies": {
"axios": "0.27.2",
"axios": "1.4.0",
"object-fields": "3.0.1"
}
}

Sorry, the diff of this file is not supported yet

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