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

task-serializer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

task-serializer - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

test-class-async-iter.js

3

demo-lib.js

@@ -29,3 +29,4 @@ //--IF{{RELEASE}}

let rejnr=ts.getCountRejectedNotRead();
console.log(`resnr:${resnr},rejnr:${rejnr}`);
let finnr=ts.getCountFinishedNotRead();
console.log(`resnr:${resnr},rejnr:${rejnr},finnr:${finnr}`);
}

@@ -32,0 +33,0 @@ }

{
"name": "task-serializer",
"version": "1.1.2",
"version": "1.2.0",
"description": "Serialize tasks/promises for integrated control. Option for limiting number of concurrent tasks.",

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

@@ -25,2 +25,3 @@ 'use strict';

}).bind(this));
this._asyncIterable=this._createAsyncIterable();
//this._lnk_reset_nextpr=this._reset_nextpr.bind(this);

@@ -38,3 +39,4 @@ }

}
[Symbol.asyncIterator](){
//getIterable(){return this[Symbol.asyncIterator]();}
_createAsyncIterable(){
let that=this;

@@ -62,2 +64,4 @@ return {

}
[Symbol.asyncIterator](){return this._asyncIterable; }
next(){return this._asyncIterable.next();}
// informationals

@@ -64,0 +68,0 @@ getCountWaiting(){return this._sts.getWaitingCount();}

Sorry, the diff of this file is not supported yet

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