Socket
Socket
Sign inDemoInstall

timers-browserify

Package Overview
Dependencies
1
Maintainers
41
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

2.0.2

Diff

Changelog

Source

2.0.2 - 2016-10-19

Added

  • .npmignore now excludes example scripts, reducing package size
jryans
published 2.0.1 •

Changelog

Source

2.0.1 - 2016-06-21

Fixed

  • clearTimeout and clearInterval no longer throws when passed null or undefined instead of the timeout token.
jryans
published 2.0.0 •

Changelog

Source

2.0.0 - 2016-03-28

Changed

  • setImmediate and clearImmediate now use the setimmediate module which has better cross-browser coverage. In particular, it resolves a crash in Safari. The setimmediate module adds these methods to the global immediately, so a major version bump seems safest.
jryans
published 1.4.2 •

Changelog

Source

1.4.2 - 2015-12-08

Added

  • Metadata used by jspm in package.json
jryans
published 1.4.1 •

Changelog

Source

1.4.1 - 2015-05-10

Changed

  • Update process dependency
jryans
published 1.4.0 •

Changelog

Source

1.4.0 - 2015-02-23

Added

  • Link to timers-browserify-full, which offers a larger, but much more exact, version of Node's timers library

Changed

  • setTimeout and setInterval return objects with the same API as the Node implementation, instead of just IDs

Fixed

  • active implementation actually has an effect, as in Node
  • Replaced usages of apply that break in IE 8
jryans
published 1.3.0 •

Changelog

Source

1.3.0 - 2015-02-04

Changed

  • Prefer native versions of setImmediate and clearImmediate if they exist
jryans
published 1.2.0 •

Changelog

Source

1.2.0 - 2015-01-02

Changed

  • Update process dependency
jryans
published 1.1.0 •

Changelog

Source

1.1.0 - 2014-08-26

Added

  • clearImmediate available to undo setImmediate
jryans
published 1.0.3 •

Changelog

Source

1.0.3 - 2014-06-30

Fixed

  • Resume returning opaque IDs from setTimeout and setInterval
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