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.4.3 to 1.4.4

5

api.js

@@ -99,3 +99,6 @@ "use strict";

body: body &&
(typeof body === 'string' || headers?.['Content-Type'] === 'multipart/form-data')
(typeof body === 'string' ||
headers?.['Content-Type'] === 'multipart/form-data' ||
headers?.['Content-Type'] === 'text/plain' ||
headers?.['Content-Type'] === 'application/octet-stream')
? body

@@ -102,0 +105,0 @@ : JSON.stringify(body),

2

package.json
{
"name": "@vitrical/utils",
"version": "1.4.3",
"version": "1.4.4",
"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