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
112
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.1.14 to 0.1.15

7

dist/bank-system/utils/regex.d.ts

@@ -108,7 +108,6 @@ export declare const useRegExp: () => {

BlockchainAddress: RegExp;
NameTag: RegExp;
TotalBalance: RegExp;
Bonded: RegExp;
GeneralName: RegExp;
GGEZ1Balance: RegExp;
Percentage: RegExp;
TxnCount: RegExp;
IntegerNumber: RegExp;
};

@@ -110,9 +110,8 @@ "use strict";

BlockchainAddress: /^[a-zA-Z0-9]{26,64}$/,
NameTag: /^[a-zA-Z][a-zA-Z\s\-_]{2,49}$/,
TotalBalance: /^\d+(\.\d{1,2})?$/,
Bonded: /^\d+(\.\d{1,2})?$/,
GeneralName: /^[a-zA-Z][a-zA-Z\s\-_]{2,49}$/,
GGEZ1Balance: /^\d+(\.\d{1,2})?$/,
Percentage: /^(100(\.00?)?|(\d{1,2}(\.\d{1,2})?))%$/,
TxnCount: /^\d+$/
IntegerNumber: /^\d+$/
};
};
exports.useRegExp = useRegExp;
{
"name": "ggez-banking-sdk",
"version": "0.1.14",
"version": "0.1.15",
"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