node.flow icon indicating copy to clipboard operation
node.flow copied to clipboard

A deadly simple flow control package for node.js

Results 3 node.flow issues
Sort by recently updated
recently updated
newest added

Hi, @ben-lin When I use this package in my nodejs application, I encounter a Snyk Scan issue. Snyk points the origin of the issue is node.flow's dependency **[email protected]**. > Affected...

Should fix this, which just popped up today. ``` │ Moderate │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ node.extend │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=1.1.7 = 2.0.1 │...

This package makes an assumption about the location of `package.json` in [`lib/flow.js`](https://github.com/dreamerslab/node.flow/blob/dcf58ba72e3de1f97f786b44e6b938fd96b299d4/lib/flow.js#L442), resulting in an error: ``` Error: ENOENT: no such file or directory, open '//../package.json' at Object.openSync (fs.js:447:3) at...