Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openreplay/tracker-axios

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openreplay/tracker-axios - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

6

cjs/index.js

@@ -31,5 +31,9 @@ "use strict";

return (app) => {
if (app === null) {
if (app === null ||
// @ts-ignore - a catch for the developers who apply a plugin several times
options.instance.__openreplayAxiosInstalled__) {
return;
}
// @ts-ignore
options.instance.__openreplayAxiosInstalled__ = true;
const ihOpt = options.ignoreHeaders;

@@ -36,0 +40,0 @@ const isHIgnoring = Array.isArray(ihOpt)

@@ -29,5 +29,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

return (app) => {
if (app === null) {
if (app === null ||
// @ts-ignore - a catch for the developers who apply a plugin several times
options.instance.__openreplayAxiosInstalled__) {
return;
}
// @ts-ignore
options.instance.__openreplayAxiosInstalled__ = true;
const ihOpt = options.ignoreHeaders;

@@ -34,0 +38,0 @@ const isHIgnoring = Array.isArray(ihOpt)

2

package.json
{
"name": "@openreplay/tracker-axios",
"description": "Tracker plugin for axios requests recording",
"version": "3.6.1",
"version": "3.6.2",
"keywords": [

@@ -6,0 +6,0 @@ "axios",

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