Socket
Socket
Sign inDemoInstall

timers-browserify

Package Overview
Dependencies
1
Maintainers
39
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.7 to 2.0.8

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change Log

## 2.0.8 - 2018-04-17
### Fixed
* Worker support now explicitly references `self` and `window` rather then using
`this` implicitly to fix issues in Webpack builds.
## 2.0.7 - 2018-04-16

@@ -7,0 +14,0 @@

2

main.js

@@ -1,2 +0,2 @@

var scope = this;
var scope = self || window;
var apply = Function.prototype.apply;

@@ -3,0 +3,0 @@

@@ -5,3 +5,3 @@ {

"description": "timers module for browserify",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://github.com/jryans/timers-browserify",

@@ -8,0 +8,0 @@ "bugs": "https://github.com/jryans/timers-browserify/issues",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc