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

run-series

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-series - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

4

index.js

@@ -1,2 +0,4 @@

module.exports = function (tasks, cb) {
module.exports = runSeries
function runSeries (tasks, cb) {
var current = 0

@@ -3,0 +5,0 @@ var results = []

{
"name": "run-series",
"description": "Run an array of functions in series",
"version": "1.1.7",
"version": "1.1.8",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

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