New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ggez-banking-sdk

Package Overview
Dependencies
Maintainers
0
Versions
111
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.19 to 0.0.20

1

dist/bank-system/helper/index.js

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

};
console.log("🚀 ~ dataTokenUrlEncoded ~ data:", data);
return data;

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

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

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

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

@@ -34,5 +34,3 @@ "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 {

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

2

package.json
{
"name": "ggez-banking-sdk",
"version": "0.0.19",
"version": "0.0.20",
"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