Socket
Socket
Sign inDemoInstall

@vitrical/utils

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitrical/utils - npm Package Compare versions

Comparing version 1.6.7 to 1.6.8

4

api.js

@@ -8,4 +8,4 @@ "use strict";

const axios_retry_1 = __importDefault(require("axios-retry"));
const a = require('axios');
var Axios = typeof a === 'object' && !!a && a?.request ? a : 'default' in a ? a.default : undefined;
const a = typeof window === 'undefined' ? require('axios') : require('axios').default;
var Axios = a && !!a?.request ? a : 'default' in a ? a.default : undefined;
if (Axios) {

@@ -12,0 +12,0 @@ (0, axios_retry_1.default)(Axios, {

{
"name": "@vitrical/utils",
"version": "1.6.7",
"version": "1.6.8",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc