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

worker-timers-worker

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-timers-worker - npm Package Compare versions

Comparing version 4.0.19 to 4.0.20

build/es2015/helpers/timer.d.ts.map

1

build/es2015/helpers/timer.d.ts

@@ -5,1 +5,2 @@ export declare const clearScheduledInterval: (timerId: number) => void;

export declare const scheduleTimeout: (delay: number, timerId: number, nowInMainThread: number) => void;
//# sourceMappingURL=/build/es2015/helpers/timer.d.ts.map

@@ -5,1 +5,2 @@ import { TBrokerMessage } from '../types';

}
//# sourceMappingURL=/build/es2015/interfaces/broker-event.d.ts.map

@@ -10,1 +10,2 @@ import { TTimerType } from '../types';

}
//# sourceMappingURL=/build/es2015/interfaces/call-notification.d.ts.map

@@ -10,1 +10,2 @@ import { TTimerType } from '../types';

}
//# sourceMappingURL=/build/es2015/interfaces/clear-request.d.ts.map

@@ -5,1 +5,2 @@ export interface IClearResponse {

}
//# sourceMappingURL=/build/es2015/interfaces/clear-response.d.ts.map

@@ -8,1 +8,2 @@ export interface IErrorNotification {

}
//# sourceMappingURL=/build/es2015/interfaces/error-notification.d.ts.map

@@ -8,1 +8,2 @@ export interface IErrorResponse {

}
//# sourceMappingURL=/build/es2015/interfaces/error-response.d.ts.map

@@ -9,1 +9,2 @@ export * from './broker-event';

export * from './worker-event';
//# sourceMappingURL=/build/es2015/interfaces/index.d.ts.map

@@ -12,1 +12,2 @@ import { TTimerType } from '../types';

}
//# sourceMappingURL=/build/es2015/interfaces/set-notification.d.ts.map

@@ -5,1 +5,2 @@ import { TWorkerMessage } from '../types';

}
//# sourceMappingURL=/build/es2015/interfaces/worker-event.d.ts.map
export * from './interfaces';
export * from './types';
//# sourceMappingURL=/build/es2015/module.d.ts.map
import { IClearRequest, ISetNotification } from '../interfaces';
export declare type TBrokerMessage = IClearRequest | ISetNotification;
//# sourceMappingURL=/build/es2015/types/broker-message.d.ts.map
export * from './broker-message';
export * from './timer-type';
export * from './worker-message';
//# sourceMappingURL=/build/es2015/types/index.d.ts.map
export declare type TTimerType = 'interval' | 'timeout';
//# sourceMappingURL=/build/es2015/types/timer-type.d.ts.map
import { ICallNotification, IClearResponse, IErrorNotification, IErrorResponse } from '../interfaces';
export declare type TWorkerMessage = ICallNotification | IClearResponse | IErrorNotification | IErrorResponse;
//# sourceMappingURL=/build/es2015/types/worker-message.d.ts.map

26

package.json

@@ -28,7 +28,7 @@ {

"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.1.0",
"eslint-config-holy-grail": "^29.0.0",
"eslint": "^5.4.0",
"eslint-config-holy-grail": "^30.0.0",
"greenkeeper-lockfile": "^1.15.1",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^1.0.0",

@@ -41,3 +41,3 @@ "grunt-karma": "^2.0.0",

"husky": "^0.14.3",
"karma": "^2.0.4",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",

@@ -53,13 +53,13 @@ "karma-firefox-launcher": "^1.1.0",

"mocha": "^5.2.0",
"rollup": "^0.62.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"sinon": "^6.1.3",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0",
"ts-loader": "^4.4.2",
"tsconfig-holy-grail": "^5.0.5",
"ts-loader": "^4.5.0",
"tsconfig-holy-grail": "^6.0.0",
"tslint": "^5.11.0",
"tslint-config-holy-grail": "^33.0.1",
"typescript": "^2.9.2",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.1"
"tslint-config-holy-grail": "^33.0.12",
"typescript": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.1"
},

@@ -88,3 +88,3 @@ "files": [

"types": "build/es2015/module.d.ts",
"version": "4.0.19"
"version": "4.0.20"
}
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