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

vk-fast-longpoll

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vk-fast-longpoll - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/api.js

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

form: { code: code }
}).then(executeHandler.bind(this, current));
}).then(executeHandler.bind(this, current), console.error);
}

@@ -76,0 +76,0 @@ else

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

}
});
}, console.error());
});

@@ -98,5 +98,5 @@ }

process.nextTick(this.listen.bind(this));
}).catch((error) => {
}, (error) => {
process.nextTick(this.listen.bind(this));
})
});
}

@@ -103,0 +103,0 @@

@@ -138,3 +138,3 @@ {

},
"version": "2.0.2"
"version": "2.0.3"
}
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