Socket
Socket
Sign inDemoInstall

leo-connector-common

Package Overview
Dependencies
294
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

test/checksum/index.test.js

2

botHelper.js

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

let join = joins[name];
builderSql.joinOneToMany(join.table, join.pk, join.query.replace(/\?/g, idsList), join.transform);
builderSql.joinOneToMany(join.name, join.pk, join.query.replace(/\?/g, idsList), join.transform);
});

@@ -123,0 +123,0 @@

{
"name": "leo-connector-common",
"version": "1.4.0",
"version": "1.4.1",
"description": "Common package for all Leo Platform database connectors",

@@ -8,3 +8,3 @@ "main": "index.js",

"scripts": {
"test": "mocha --recursive -w"
"test": "mocha test/**/*.test.js"
},

@@ -11,0 +11,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc