Socket
Socket
Sign inDemoInstall

@vitrical/utils

Package Overview
Dependencies
6
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.5 to 1.4.6

7

api.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.makeMicroserviceRequest = exports.request = exports.removeUndefined = exports.handleApiError = exports.ApiError = void 0;
const axios_1 = __importDefault(require("axios"));
const axios = require('axios');
function isFetchAvailable() {

@@ -137,3 +134,3 @@ return typeof fetch !== 'undefined';

}
const request = axios_1.default.request({
const request = axios.request({
method: lcaseMethod,

@@ -140,0 +137,0 @@ url,

{
"name": "@vitrical/utils",
"version": "1.4.5",
"version": "1.4.6",
"description": "Collection of useful functions and typings",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc