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

@browseth/jsonrpc-request-queue

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browseth/jsonrpc-request-queue - npm Package Compare versions

Comparing version 1.0.2 to 1.0.5

1

build/index.js

@@ -220,3 +220,2 @@ 'use strict';

this.interval = setInterval(this.flush, this.timeout);
if (typeof this.interval.unref === 'function') this.interval.unref();
};

@@ -223,0 +222,0 @@

@@ -214,3 +214,2 @@ import _setImmediate from 'babel-runtime/core-js/set-immediate';

this.interval = setInterval(this.flush, this.timeout);
if (typeof this.interval.unref === 'function') this.interval.unref();
};

@@ -217,0 +216,0 @@

@@ -37,3 +37,2 @@ import 'isomorphic-fetch'

this.interval = setInterval(this.flush, this.timeout)
if (typeof this.interval.unref === 'function') this.interval.unref()
}

@@ -40,0 +39,0 @@

4

package.json
{
"name": "@browseth/jsonrpc-request-queue",
"version": "1.0.2",
"version": "1.0.5",
"license": "MIT",

@@ -23,3 +23,3 @@ "browser": "build/browser.js",

},
"gitHead": "ff00b0e69911525b0ddb55312ea5357f77c13c76"
"gitHead": "f4a286ac31f3c19052ec154f456d6032ae35e751"
}

Sorry, the diff of this file is too big to display

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