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

polling-to-event

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polling-to-event - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

7

index.js

@@ -103,2 +103,7 @@ var extend = require("extend"),

this.interval.resume();
}
}
pollingtoevent.prototype.clear = function() {
debug("Clearing interval");
this.interval.clear();
}

2

package.json
{
"name": "polling-to-event",
"version": "2.0.3",
"version": "2.1.0",
"description": "Receive events with EventEmitter from a polling function ran on an interval",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -108,3 +108,7 @@ # node-polling-to-event

##### clear()
Clears the interval timer
## TODO

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