Socket
Socket
Sign inDemoInstall

@vitrical/utils

Package Overview
Dependencies
40
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.6 to 1.6.7

2

api.js

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

const a = require('axios');
var Axios = !!a?.request ? a : 'default' in a ? a.default : undefined;
var Axios = typeof a === 'object' && !!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.6",
"version": "1.6.7",
"description": "Collection of useful functions and typings",

@@ -35,3 +35,8 @@ "main": "index.js",

"ts-node": "^10.9.1"
},
"peerDependencies": {
"axios": "^1.7.2",
"axios-retry": "^4.4.0",
"jsonwebtoken": "^9.0.2"
}
}

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