inflight icon indicating copy to clipboard operation
inflight copied to clipboard

Add callbacks to requests in flight to avoid async duplication

Results 6 inflight issues
Sort by recently updated
recently updated
newest added

Preliminary note. I didn't installed inflight directly, it's just a package that [glob](https://github.com/isaacs/node-glob) uses. ``` $ npm list inflight [email protected] path/to/myLibrary `-- [email protected] `-- [email protected] ``` I'm developing a CLI...

I saw this error after an npm install: ``` Error: Cannot find module 'wrappy' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:20:18) at Object. (/home/oleg/codes/sce/suman-chrome-extension/node_modules/inflight/inflight.js:1:14) at...

It seems like the most recent version of inflight has a vulnerability https://cwe.mitre.org/data/definitions/772.html

In NPM inflight there is a Memory Leak because some resources are not freed correctly after being used. It appears to affect all versions, as the issue was not addressed...

Veracode has detected a memory leak vulnerability