Socket
Socket
Sign inDemoInstall

@hisorange/resistor

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hisorange/resistor - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

build/syntax.d.ts

1

build/index.d.ts

@@ -8,1 +8,2 @@ export * from './events';

export * from './strategies';
export * from './syntax';

@@ -20,2 +20,3 @@ "use strict";

__exportStar(require("./strategies"), exports);
__exportStar(require("./syntax"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@hisorange/resistor",
"version": "2.0.0",
"version": "2.1.0",
"description": "Versatily resource load throttler with extensible strategies, configuration and virtual thread management.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -118,2 +118,3 @@ ![Resistor](https://user-images.githubusercontent.com/3441017/119745067-ab632600-be8d-11eb-93e1-24d34ffe2a92.png)

});
// Alternative quick syntax const threader = threadIt(worker, 5)

@@ -120,0 +121,0 @@ // Not blocking just starts the work.

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