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

tress

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tress - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -128,3 +128,3 @@ function Tress(worker, concurrency){ // function worker(job, done)

Object.defineProperty(this, 'concurrency', {
get: () => (_concurrency > 1 ? _concurrency : -_delay),
get: () => (_delay > 0 ? -_delay : _concurrency),
set: (v) => {

@@ -131,0 +131,0 @@ _concurrency = v > 0 ? v : 1;

{
"name": "tress",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easy to use asynchronous job queue. Successor of 'caolan/async.queue'.",

@@ -5,0 +5,0 @@ "main": "index.js",

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