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.17 to 0.0.18

1

dist/bank-system/restApi/index.js

@@ -29,2 +29,3 @@ "use strict";

};
console.log("🚀 ~ ApiService ~ config:", config);
try {

@@ -31,0 +32,0 @@ let response = yield (0, axios_1.default)(config);

2

dist/bank-system/services/token.js

@@ -38,3 +38,3 @@ "use strict";

try {
const response = yield restApi_1.default.restApi(nodeUrl, "POST", "v1/limited-token", headerConfigToken(), data);
const response = yield restApi_1.default.restApi(nodeUrl, "POST", "v1/limited-token", headerConfigToken(), JSON.stringify(data));
if ((_a = response.data) === null || _a === void 0 ? void 0 : _a.access_token) {

@@ -41,0 +41,0 @@ return {

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