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

@servicetitan/ajax-handlers

Package Overview
Dependencies
Maintainers
8
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/ajax-handlers - npm Package Compare versions

Comparing version 12.8.0 to 12.8.1

2

dist/ajax-handlers.js

@@ -42,3 +42,3 @@ "use strict";

detail: {
logEntryId: (_b = (_a = error.response) === null || _a === void 0 ? void 0 : _a.headers) === null || _b === void 0 ? void 0 : _b.logentryid.trim(),
errorLogEntryId: (_b = (_a = error.response) === null || _a === void 0 ? void 0 : _a.headers) === null || _b === void 0 ? void 0 : _b.errorlogentryid.trim(),
message,

@@ -45,0 +45,0 @@ },

{
"name": "@servicetitan/ajax-handlers",
"version": "12.8.0",
"version": "12.8.1",
"description": "",

@@ -34,3 +34,3 @@ "repository": {

},
"gitHead": "0c1c86165a9263d750698c86853e65bb83953baa"
"gitHead": "18fa24a0f93e0baff610c4a7334d3424e0a43be4"
}

@@ -50,3 +50,4 @@ import axios, { AxiosError } from 'axios';

detail: {
logEntryId: error.response?.headers?.logentryid.trim(),
errorLogEntryId:
error.response?.headers?.errorlogentryid.trim(),
message,

@@ -53,0 +54,0 @@ },

Sorry, the diff of this file is not supported yet

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