Socket
Socket
Sign inDemoInstall

@vitrical/utils

Package Overview
Dependencies
65
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

2

api.js

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

status: res.status,
body: res.body,
body: typeof body === 'string' ? res.text : res.body,
headers: res.headers,

@@ -81,0 +81,0 @@ });

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc