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
113
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.26 to 0.0.27

2

dist/bank-system/services/auth.js

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

const response = yield restApi_1.default.restApi(baseUrl, "POST", "oauth/token", headers, data);
if (response.data.result === "success" && response.data.access_token) {
if (response.data.access_token) {
return {

@@ -110,0 +110,0 @@ response: response,

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