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
32
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.10 to 1.1.11

2

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

@@ -6,3 +6,3 @@ /**

*/
export declare type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void;
export type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void;
/**

@@ -9,0 +9,0 @@ * Runs the specified functions after interactions have been allowed.

@@ -8,3 +8,3 @@ /**

*/
export declare type RunQueueEntryResult<T> = {
export type RunQueueEntryResult<T> = {
ok: true;

@@ -11,0 +11,0 @@ details: T;

{
"name": "client-run-queue",
"version": "1.1.10",
"version": "1.1.11",
"description": "A client-friendly run queue",

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

"@types/heap": "^0.2.31",
"@types/jest": "^28.1.7",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.0",
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"jest": "28.1.3",
"jest-environment-jsdom": "^28.1.3",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "29.3.1",
"jest-environment-jsdom": "^29.3.1",
"madge": "5.0.1",
"prettier": "2.7.1",
"prettier": "2.8.2",
"trash-cli": "5.0.0",
"ts-jest": "^28.0.8",
"typedoc": "^0.23.10",
"typescript": "4.7.4"
"ts-jest": "^29.0.3",
"typedoc": "^0.23.24",
"typescript": "4.9.4"
}
}

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