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

worker-timers-broker

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-timers-broker - npm Package Compare versions

Comparing version 6.0.19 to 6.0.20

2

build/es2019/guards/call-notification.d.ts
import { ICallNotification, TWorkerMessage } from 'worker-timers-worker';
export declare const isCallNotification: (message: TWorkerMessage) => message is ICallNotification;
//# sourceMappingURL=/build/es2019/guards/call-notification.d.ts.map
//# sourceMappingURL=call-notification.d.ts.map
export const isCallNotification = (message) => {
return message.method !== undefined && message.method === 'call';
};
//# sourceMappingURL=/build/es2019/guards/call-notification.js.map
//# sourceMappingURL=call-notification.js.map
import { IClearResponse, TWorkerMessage } from 'worker-timers-worker';
export declare const isClearResponse: (message: TWorkerMessage) => message is IClearResponse;
//# sourceMappingURL=/build/es2019/guards/clear-response.d.ts.map
//# sourceMappingURL=clear-response.d.ts.map
export const isClearResponse = (message) => {
return message.error === null && typeof message.id === 'number';
};
//# sourceMappingURL=/build/es2019/guards/clear-response.js.map
//# sourceMappingURL=clear-response.js.map

@@ -7,2 +7,2 @@ export declare const load: (url: string) => {

};
//# sourceMappingURL=/build/es2019/module.d.ts.map
//# sourceMappingURL=module.d.ts.map

@@ -142,2 +142,2 @@ import { generateUniqueNumber } from 'fast-unique-numbers';

};
//# sourceMappingURL=/build/es2019/module.js.map
//# sourceMappingURL=module.js.map

@@ -13,9 +13,9 @@ {

"@babel/runtime": "^7.11.2",
"fast-unique-numbers": "^5.0.16",
"fast-unique-numbers": "^5.0.17",
"tslib": "^2.0.1",
"worker-timers-worker": "^6.0.16"
"worker-timers-worker": "^6.0.17"
},
"description": "The broker which is used by the worker-timers package.",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/plugin-external-helpers": "^7.10.4",

@@ -29,5 +29,5 @@ "@babel/plugin-transform-runtime": "^7.11.0",

"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-holy-grail": "^48.0.0",
"grunt": "^1.2.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",

@@ -49,10 +49,10 @@ "grunt-contrib-clean": "^2.0.0",

"pretty-quick": "^2.0.1",
"rollup": "^2.23.0",
"rollup": "^2.26.4",
"rollup-plugin-babel": "^4.4.0",
"sinon": "^9.0.2",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",
"ts-loader": "^8.0.2",
"tsconfig-holy-grail": "^11.0.19",
"tsconfig-holy-grail": "^11.0.20",
"tslint": "^6.1.3",
"tslint-config-holy-grail": "^52.0.2",
"tslint-config-holy-grail": "^52.0.8",
"typescript": "^3.9.7",

@@ -86,3 +86,3 @@ "webpack": "^4.44.1"

"types": "build/es2019/module.d.ts",
"version": "6.0.19"
"version": "6.0.20"
}

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