Socket
Socket
Sign inDemoInstall

@xylabs/forget

Package Overview
Dependencies
Maintainers
0
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/forget - npm Package Compare versions

Comparing version 3.6.7 to 3.6.8

8

package.json

@@ -39,7 +39,7 @@ {

"dependencies": {
"@xylabs/delay": "^3.6.7"
"@xylabs/delay": "^3.6.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.15.4",
"@xylabs/tsconfig": "^3.15.4",
"@xylabs/ts-scripts-yarn3": "^3.15.5",
"@xylabs/tsconfig": "^3.15.5",
"typescript": "^5.5.4"

@@ -58,4 +58,4 @@ },

"sideEffects": false,
"version": "3.6.7",
"version": "3.6.8",
"type": "module"
}

@@ -52,3 +52,3 @@ import { delay } from '@xylabs/delay'

//if there is a timeout, add it to the race
// if there is a timeout, add it to the race
if (config) {

@@ -77,5 +77,5 @@ const timeoutFunc = async () => {

//used to explicitly launch an async function (or Promise) with awaiting it
// used to explicitly launch an async function (or Promise) with awaiting it
export const forget = (promise: Promise<unknown>, timeout?: ForgetTimeoutConfig) => {
ForgetPromise.forget(promise, timeout)
}

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