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.2 to 1.2.3

2

api.d.ts

@@ -30,3 +30,3 @@ import superagent from 'superagent';

export declare const request: ({ method, url, body, query, headers, }: CustomRequestOptions) => Promise<CustomRequestResponse>;
export declare const makeMicroserviceRequest: (baseURL: string, key: string) => <T extends {
export declare const makeMicroserviceRequest: (baseURL: string, key: string) => <T extends string | {
[key: string]: any;

@@ -33,0 +33,0 @@ }>(method: 'get' | 'post' | 'put' | 'delete', url: string, options?: {

{
"name": "@vitrical/utils",
"version": "1.2.2",
"version": "1.2.3",
"description": "Collection of useful functions and typings",

@@ -5,0 +5,0 @@ "main": "index.js",

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