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 2.0.6 to 3.0.0

build/es5/script.js

2

build/es5/bundle.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('worker-timers-broker')) :
typeof define === 'function' && define.amd ? define(['exports', 'worker-timers-broker'], factory) :
(factory((global.workerTimersWorker = global.workerTimersWorker || {}),global.workerTimersBroker));
(factory((global.workerTimers = global.workerTimers || {}),global.workerTimersBroker));
}(this, (function (exports,workerTimersBroker) { 'use strict';

@@ -6,0 +6,0 @@

@@ -7,4 +7,4 @@ {

"dependencies": {
"worker-timers-broker": "^0.0.1",
"worker-timers-worker": "^0.0.4"
"worker-timers-broker": "^1.0.0",
"worker-timers-worker": "^1.0.0"
},

@@ -38,2 +38,3 @@ "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows",

"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-node-resolve": "^2.0.0",
"sinon": "^1.17.3",

@@ -75,3 +76,3 @@ "sinon-chai": "^2.8.0",

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