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

array-series

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-series - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.travis.yml

2

index.js

@@ -12,2 +12,4 @@ module.exports = function series(fns, context, callback) {

var length = fns.length
if (!length) return callback();
var index = 0

@@ -14,0 +16,0 @@

5

package.json
{
"name": "array-series",
"description": "Call an array of asynchronous functions in series",
"version": "0.0.1"
"version": "0.1.0",
"scripts": {
"test": "node test"
}
}
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