Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ggez-banking-sdk

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ggez-banking-sdk - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

32

dist/bank-system/helper/dataStructure.js

@@ -114,10 +114,10 @@ "use strict";

phone: [
// {
// id: 0,
// type: 1,
// country_code: values.mobileNumberCountry,
// number: values.mobileNumber,
// is_primary: 1,
// verification_status: 0, // 1
// },
{
id: 0,
type: 1,
country_code: -1,
number: -1,
is_primary: 1,
verification_status: 0, // 1
},
],

@@ -224,10 +224,10 @@ authentication: [

phone: [
// {
// id: 0,
// type: 1,
// country_code: values.mobileNumberCountry,
// number: values.mobileNumber,
// is_primary: 1,
// verification_status: 1,
// },
{
id: 0,
type: 1,
country_code: -1,
number: -1,
is_primary: 1,
verification_status: 1,
},
],

@@ -234,0 +234,0 @@ // authentication: [

{
"name": "ggez-banking-sdk",
"version": "0.1.5",
"version": "0.1.6",
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",

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

Sorry, the diff of this file is too big to display

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