Socket
Socket
Sign inDemoInstall

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.0.12 to 1.0.13

checksum/lib/handler2.js

2

package.json
{
"name": "leo-connector-common",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

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

@@ -52,3 +52,5 @@ "use strict";

}
ids = ids.concat(newIds);
ids = ids.concat(newIds.filter((e, i, self) => {
return e !== null && ids.indexOf(e) === -1 && self.indexOf(e) === i;
}));
if (ids.length >= opts.limit) {

@@ -55,0 +57,0 @@ 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