Socket
Socket
Sign inDemoInstall

leo-connector-common

Package Overview
Dependencies
295
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0-RC3 to 2.1.0-RC4

2

package.json
{
"name": "leo-connector-common",
"version": "2.1.0-RC3",
"version": "2.1.0-RC4",
"description": "Common package for all Leo Platform database connectors",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -85,3 +85,6 @@ 'use strict';

*/
isValidBigint: function (value, maxSize = '9223372036854775807', fieldDefault) {
isValidBigint: function (value, fieldDefault) {
// max size of a bigint
const maxSize = '9223372036854775807';
if (value === fieldDefault) {

@@ -88,0 +91,0 @@ return true;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc