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.1 to 1.1.2

4

index.d.ts

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

};
export type PhoneCheckVerifyResponse = MsgResponse;
export type PhoneCheckVerifyResponse = {
verified: boolean;
} & MsgResponse;
export type PhoneCancelVerifyOptions = {

@@ -56,0 +58,0 @@ requestId: string;

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

@@ -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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc