Socket
Socket
Sign inDemoInstall

leo-connector-common

Package Overview
Dependencies
284
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

7

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

@@ -23,10 +23,9 @@ "main": "index.js",

"eslint": "^4.17.0",
"mocha": "^5.0.0",
"mysql": "^2.15.0"
"mocha": "^5.0.0"
},
"dependencies": {
"async": "^2.6.0",
"leo-sdk": "^1.1.0",
"leo-sdk": "^1.1.1",
"moment": "^2.22.1"
}
}

@@ -31,3 +31,3 @@ const async = require("async");

done(err);
});
}, {inRowMode: false});
} else {

@@ -41,3 +41,3 @@ let sql = idthing.query.replace(/\(\?\)/, lookupIds);

done(err);
});
}, {inRowMode: false});
}

@@ -62,3 +62,3 @@

done(err);
});
}, {inRowMode: false});
});

@@ -65,0 +65,0 @@ }

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