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
114
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.54 to 0.0.55

dist/bank-system/interfaces/promotion.d.ts

17

dist/bank-system/constants/enum.d.ts

@@ -1106,1 +1106,18 @@ export declare enum RequestStatus {

}
export declare enum PromotionType {
Public = 1,
Referral = 2
}
export declare enum PromotionVisibility {
Invite = 1,
Public = 2
}
export declare enum PromotionStatus {
Active = 1,
Suspended = 2,
Ended = 3
}
export declare enum PromotionGames {
wheel_of_fortune = 1,
rock_paper_scissors = 2
}

1

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

@@ -5,1 +5,2 @@ export * from "./bankingSystemInterface";

export * from "./interface";
export * from "./promotion";

@@ -21,1 +21,2 @@ "use strict";

__exportStar(require("./interface"), exports);
__exportStar(require("./promotion"), exports);

2

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

Sorry, the diff of this file is not supported yet

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