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

slide

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slide - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

8

lib/async-map.js

@@ -29,3 +29,4 @@

function cb (er) {
if (errState) return
if (er && !errState) errState = er
var argLen = arguments.length

@@ -47,6 +48,3 @@ for (var i = 1; i < argLen; i ++) if (arguments[i] !== undefined) {

if (er || --a === 0) {
errState = er
cb_.apply(null, [errState].concat(data))
}
if (--a === 0) cb_.apply(null, [errState].concat(data))
}

@@ -53,0 +51,0 @@ // expect the supplied cb function to be called

{
"name": "slide",
"version": "1.1.5",
"version": "1.1.6",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",

@@ -5,0 +5,0 @@ "contributors": [

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