Socket
Socket
Sign inDemoInstall

timers-browserify

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

9

CHANGELOG.md

@@ -5,6 +5,13 @@ # Change Log

## 2.0.3 - 2017-07-31
## 2.0.4 - 2017-08-14
### Fixed
* Revert `setImmediate` and `clearImmediate` changes from 2.0.3 because they
appear to break Webpack.
### 2.0.3 - 2017-07-31
### Fixed
* `setImmediate` and `clearImmediate` are indirected through the `global` module

@@ -11,0 +18,0 @@ for better coverage of esoteric environments.

5

main.js

@@ -52,4 +52,3 @@ var apply = Function.prototype.apply;

require("setimmediate");
var global = require("global");
exports.setImmediate = global.setImmediate;
exports.clearImmediate = global.clearImmediate;
exports.setImmediate = setImmediate;
exports.clearImmediate = clearImmediate;

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

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

@@ -27,3 +27,2 @@ "bugs": "https://github.com/jryans/timers-browserify/issues",

"dependencies": {
"global": "^4.3.2",
"setimmediate": "^1.0.4"

@@ -30,0 +29,0 @@ },

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