Socket
Socket
Sign inDemoInstall

@vitrical/vitrical-transport-api

Package Overview
Dependencies
39
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

4

index.d.ts

@@ -38,3 +38,3 @@ import { CustomRequestOptions, CustomRequestResponse } from '@vitrical/utils/api';

export type SendSMSOptions = {
phone: string;
phone: number;
msg: string;

@@ -44,3 +44,3 @@ };

export type PhoneRequestVerifyOptions = {
phone: string;
phone: number;
brand: string;

@@ -47,0 +47,0 @@ };

{
"name": "@vitrical/vitrical-transport-api",
"version": "1.1.2",
"version": "1.1.3",
"description": "Vitrical Transport API JavaScript Wrapper",

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

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