New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.1.7 to 0.1.8

2

package.json

@@ -55,3 +55,3 @@ {

},
"version": "0.1.7"
"version": "0.1.8"
}

@@ -12,3 +12,3 @@ 'use strict';

if (index) {
if (index > -1) {
this._entries.splice(index, 1);

@@ -15,0 +15,0 @@ this._values.splice(index, 1);

@@ -41,3 +41,3 @@ 'use strict';

if (identifier !== undefined) {
clearInterval(identifier);
clearTimeout(identifier);
scheduledIntervalIdentifiers.delete(id);

@@ -44,0 +44,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