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

@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.5.9 to 1.6.0

10

api.js

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

method: lcaseMethod,
body: formData
body: formData !== undefined
? formData

@@ -180,3 +180,3 @@ : body &&

url,
data: formData || body,
data: formData !== undefined ? formData : body,
params: query,

@@ -188,3 +188,7 @@ headers: {

: { 'Content-Type': 'application/json' }
: {}),
: formData
? {
'Content-Type': 'multipart/form-data',
}
: {}),
...headers,

@@ -191,0 +195,0 @@ },

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