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.0.16 to 0.0.17

1

dist/bank-system/helper/index.d.ts

@@ -25,3 +25,2 @@ import { AxiosResponse } from "axios";

installation_id: string;
generate_jwt: boolean;
};

@@ -28,0 +27,0 @@ };

2

dist/bank-system/helper/index.js

@@ -247,4 +247,4 @@ "use strict";

installation_id: values.installationId,
generate_jwt: true,
};
console.log("🚀 ~ dataTokenUrlEncoded ~ data:", data);
return data;

@@ -251,0 +251,0 @@ };

@@ -34,3 +34,5 @@ "use strict";

var _a, _b, _c, _d;
console.log("🚀 ~ CreateLimitedToken ~ values:", values);
let data = dataTokenUrlEncoded(Object.assign(Object.assign({}, values), { geoCoordinates: geoCoordinates }));
console.log("🚀 ~ CreateLimitedToken ~ data:", data);
try {

@@ -37,0 +39,0 @@ const response = yield restApi_1.default.restApi(nodeUrl, "POST", "v1/limited-token", headerConfigToken(), data);

{
"name": "ggez-banking-sdk",
"version": "0.0.16",
"version": "0.0.17",
"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",

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