Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

leo-connector-common

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leo-connector-common - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

7

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

@@ -28,4 +28,5 @@ "main": "index.js",

"leo-sdk": "^2.0.1",
"moment": "^2.22.2"
"moment": "^2.22.2",
"sqlstring": "^2.3.1"
}
}
}

@@ -56,8 +56,10 @@ "use strict";

module.exports = function(sqlClient, idKeys, sql, domainObj, opts = {
source: "loader",
isSnapshot: false,
values: true
}) {
module.exports = function(sqlClient, idKeys, sql, domainObj, opts) {
let ids = [];
opts = merge({
source: "loader",
isSnapshot: false,
values: true,
limit: 5000
}, opts || {});

@@ -64,0 +66,0 @@ function submit(push, done) {

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