@solana/promises
Advanced tools
Comparing version 2.0.0-canary-20240807165603 to 2.0.0-canary-20240807170914
export * from './abortable'; | ||
export * from './race'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@solana/promises", | ||
"version": "2.0.0-canary-20240807165603", | ||
"version": "2.0.0-canary-20240807170914", | ||
"description": "Helpers for using JavaScript promises", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -33,1 +33,7 @@ [![npm][npm-image]][npm-url] | ||
``` | ||
### `safeRace(...promises)` | ||
An implementation of `Promise.race` that causes all of the losing promises to settle. This allows them to be released and garbage collected, preventing memory leaks. | ||
Read more here: https://github.com/nodejs/node/issues/17469 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66793
21
479
39
2