Socket
Socket
Sign inDemoInstall

@solana/promises

Package Overview
Dependencies
Maintainers
14
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/promises - npm Package Compare versions

Comparing version 2.0.0-canary-20240807165603 to 2.0.0-canary-20240807170914

dist/types/pipe.d.ts

1

dist/types/index.d.ts
export * from './abortable';
export * from './race';
//# sourceMappingURL=index.d.ts.map

2

package.json
{
"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

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