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

timers-browserify

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timers-browserify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

main.js

@@ -23,2 +23,2 @@ // DOM APIs, for completeness

exports.setImmediate = require('setimmediate');
exports.setImmediate = require('process/browser.js').nextTick;

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

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

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

"dependencies": {
"setimmediate": "~1.0.1"
"process": "~0.5.1"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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