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.6.8 to 1.6.9

2

api.js

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

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc