queue-batch
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "queue-batch", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Basic batch processing queue library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ # queue-batch | ||
```javascript | ||
var Processor = require('batch-queue'); | ||
var Processor = require('queue-batch'); | ||
@@ -11,0 +11,0 @@ var longRunningFunction = (item, next) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11629
5
51