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

promise-poller

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-poller - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

2

package.json
{
"name": "promise-poller",
"version": "1.9.0",
"version": "1.9.1",
"description": "A basic poller built on top of promises",

@@ -5,0 +5,0 @@ "main": "dist/lib/promise-poller.js",

@@ -80,3 +80,3 @@ # promise-poller

return new Promise((resolve, reject) => {
doAsyncStuff.then(resolve, error => {
doAsyncStuff().then(resolve, error => {
if (error === 'invalid password') {

@@ -83,0 +83,0 @@ reject(CANCEL_TOKEN); // will cancel polling

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