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

worker-timers

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-timers - npm Package Compare versions

Comparing version 7.0.54 to 7.0.55

5

build/es5/bundle.js

@@ -13,3 +13,2 @@ (function (global, factory) {

}
var blob = new Blob([worker], {

@@ -19,4 +18,4 @@ type: 'application/javascript; charset=utf-8'

var url = URL.createObjectURL(blob);
workerTimers = load(url); // Bug #1: Edge doesn't like the URL to be revoked directly.
workerTimers = load(url);
// Bug #1: Edge doesn't like the URL to be revoked directly.
workerTimers.setTimeout(function () {

@@ -23,0 +22,0 @@ return URL.revokeObjectURL(url);

24

package.json

@@ -18,3 +18,3 @@ {

"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.19.4",
"tslib": "^2.4.0",

@@ -26,6 +26,6 @@ "worker-timers-broker": "^6.0.76",

"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.6",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@commitlint/cli": "^17.1.2",

@@ -39,4 +39,4 @@ "@commitlint/config-angular": "^17.1.0",

"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.23.0",
"eslint-config-holy-grail": "^52.0.32",
"eslint": "^8.26.0",
"eslint-config-holy-grail": "^52.0.33",
"grunt": "^1.5.3",

@@ -46,3 +46,3 @@ "grunt-cli": "^1.4.3",

"husky": "^8.0.1",
"karma": "^6.4.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",

@@ -61,11 +61,11 @@ "karma-firefox-launcher": "^2.1.2",

"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"sinon": "^14.0.0",
"rollup": "^2.79.1",
"sinon": "^14.0.1",
"sinon-chai": "^3.7.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.3.1",
"ts-loader": "^9.4.1",
"tsconfig-holy-grail": "^11.1.36",
"tslint": "^6.1.3",
"tslint-config-holy-grail": "^53.2.33",
"typescript": "^4.8.2",
"typescript": "^4.8.4",
"webpack": "^5.74.0",

@@ -103,3 +103,3 @@ "webpack-cli": "^4.10.0"

"types": "build/es2019/module.d.ts",
"version": "7.0.54"
"version": "7.0.55"
}
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