New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-fibers-synchronize-helper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fibers-synchronize-helper - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "node-fibers-synchronize-helper",
"version": "1.1.1",
"version": "1.1.2",
"description": "helper for synchronize promise and callback and manage variables on Fiber Thread as ThreadLocal",

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

@@ -25,4 +25,2 @@ # node-fibers-synchronize-helper

Object result:
**var result = executePromiseFiberFn(Object/this, method/function, params ...)**

@@ -44,3 +42,2 @@

Object result:
**var result = executeFiberFn(Object/this, method/function, params ...)**

@@ -55,9 +52,9 @@

```
Array results:
Map results (keys are from result name array):
**var results = executeFiberFnMultiParamCb(Object/this, method/function, result name array , params ...)**
**var resultMap = executeFiberFnMultiParamCb(Object/this, method/function, result name array , params ...)**
example:
```
var resMultiCbs = synchProm.executeFiberFnMultiParamCb(this, multiParamCB, ['res1', 'res2'], "a", "b", "c")
var resMultiCbMap = synchProm.executeFiberFnMultiParamCb(this, multiParamCB, ['res1', 'res2'], "a", "b", "c")

@@ -64,0 +61,0 @@ ```

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