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

axios-patch

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-patch - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

index.d.ts
export declare function init(): void;
declare const _default: { init: typeof init; };
export default _default;
declare const axiosPatch: { init: typeof init; };
export default axiosPatch;

@@ -35,3 +35,3 @@ 'use strict';

const context = axios[contextKey] = { };
const context = axios[contextKey] = {};
if (typeof axios.create === 'function') {

@@ -38,0 +38,0 @@ patchCreate(axios, context);

{
"name": "axios-patch",
"version": "0.2.0",
"version": "0.2.1",
"description": "Better usage for axios",

@@ -8,3 +8,7 @@ "license": "MIT",

"keywords": [
"axios"
"axios",
"interceptor",
"stacktrace",
"plugin",
"extension"
],

@@ -11,0 +15,0 @@ "devDependencies": {

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