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

batch

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batch - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

component.json

@@ -5,3 +5,3 @@ {

"description": "Async task batching",
"version": "0.3.1",
"version": "0.3.2",
"keywords": ["batch", "async", "utility", "concurrency", "concurrent"],

@@ -8,0 +8,0 @@ "dependencies": {

0.3.2 / 2013-03-15
==================
* remove Emitter call in constructor
0.3.1 / 2013-03-13

@@ -3,0 +8,0 @@ ==================

@@ -29,3 +29,2 @@

function Batch() {
EventEmitter.call(this);
this.fns = [];

@@ -32,0 +31,0 @@ this.concurrency(Infinity);

{
"name": "batch"
, "version": "0.3.1"
, "version": "0.3.2"
, "description": "Simple async batch"

@@ -5,0 +5,0 @@ , "author": "TJ Holowaychuk <tj@vision-media.ca>"

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