New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ponsqb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ponsqb - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "ponsqb",
"version": "0.0.4",
"version": "0.0.5",
"description": "ponsqb js client",

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

@@ -78,3 +78,3 @@ export default async function(connection, bridge, attributes) {

async function poll(options = {}) {
function poll(options = {}) {
const interval = options.interval || 1

@@ -84,2 +84,4 @@ const timeout = options.timeout || 10

const eachPoll = options.eachPoll || () => {}
while (!finishedAt()) {

@@ -90,2 +92,3 @@ if (secondsSince(started) > timeout) {

await refresh()
eachPoll()
await sleep(interval)

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