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
0
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 2.0.2 to 2.0.3

3

lib/util/wrap.js

@@ -7,2 +7,5 @@ import redactAndThrow from './redact-and-throw.js';

}
if (Object.getOwnPropertyDescriptor(v, 'prototype')?.writable === false) {
return v;
}
const fn = (...kwargs) => {

@@ -9,0 +12,0 @@ const r = v(...kwargs);

2

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

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

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