Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

client-run-queue

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-run-queue - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

8

lib/config/run-after-interactions.d.ts

@@ -1,3 +0,8 @@

declare type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void;
/**
* A function used to run another function "after interactions".
*
* @see `setRunAfterInteractions`
*/
export declare type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void;
/**
* Runs the specified functions after interactions have been allowed.

@@ -18,3 +23,2 @@ *

export declare const setRunAfterInteractions: (runAfterInteractions: RunAfterInteractionsFunc) => void;
export {};
//# sourceMappingURL=run-after-interactions.d.ts.map
{
"name": "client-run-queue",
"version": "1.1.8",
"version": "1.1.9",
"description": "A client-friendly run queue",

@@ -40,5 +40,5 @@ "keywords": [

"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "8.20.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "8.21.0",
"eslint-config-prettier": "^8.5.0",

@@ -57,5 +57,5 @@ "eslint-import-resolver-typescript": "^3.3.0",

"ts-jest": "^28.0.7",
"typedoc": "^0.23.8",
"typedoc": "^0.23.10",
"typescript": "4.7.4"
}
}

@@ -102,2 +102,4 @@ # client-run-queue

Be sure to check out our other [Open Source @ Passfolio](https://github.com/Passfolio) projects as well.
<!-- Definitions -->

@@ -104,0 +106,0 @@

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