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
115
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.17 to 0.1.18

1

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

@@ -114,2 +114,3 @@ export declare const useRegExp: () => {

WSURl: RegExp;
DecimalNumber: RegExp;
};

7

dist/bank-system/utils/regex.js

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

SortRegexPattern: /^(asc|desc)$/,
URLRegexPattern: /^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:\/~\+#]*[\w\-\@?^=%&\/~\+#]){1,2038}$/,
URLRegexPattern: /^(http|https):\/\/[\w\-_.]+(\.[\w\-_.]+)*(\/[\w\-.,@?^=%&:\/~+#]*)?$/,
TerminalSecurityIDRegexPattern: /^[/+0-9a-zA-Z=_-]{1,50}$/,

@@ -115,6 +115,7 @@ ResultSetDateRegexPattern: /^([0-9]{4})[\/|-]((0[1-9])|(1[0-2]))[\/|-]((0[1-9])|(1[0-9])|(2[0-9])|(3[0-1]))$/,

IntegerNumber: /^\d+$/,
Pair: /^[A-Z0-9]{2,10}\/?[A-Z0-9]{2,10}$/,
WSURl: /^wss:\/\/([a-zA-Z0-9\-]+\.)+[a-zA-Z]{2,6}(\/[a-zA-Z0-9\-\/]*)?$/
Pair: /^[A-Za-z0-9]{2,10}\/?[A-Za-z0-9]{2,10}$/,
WSURl: /^wss:\/\/([a-zA-Z0-9\-]+\.)+[a-zA-Z]{2,6}(:[0-9]{1,5})?(\/[a-zA-Z0-9\-\/]*)?$/,
DecimalNumber: /^\d+(\.\d{1,6})?$/
};
};
exports.useRegExp = useRegExp;
{
"name": "ggez-banking-sdk",
"version": "0.1.17",
"version": "0.1.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