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

@nimiq/rpc

Package Overview
Dependencies
Maintainers
8
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimiq/rpc - npm Package Compare versions

Comparing version 0.2.0-beta.2 to 0.2.0-beta.3

2

dist/rpc.common.js

@@ -555,5 +555,5 @@ 'use strict';

return;
const id = history.state.rpcRequestId;
// Delete "rpc-was-here" flag
history.replaceState({ rpcRequestId: null }, document.title);
const id = history.state.rpcRequestId;
const callback = this._getCallback(id);

@@ -560,0 +560,0 @@ const state = this._waitingRequests.getState(id);

@@ -552,5 +552,5 @@ class RandomUtils {

return;
const id = history.state.rpcRequestId;
// Delete "rpc-was-here" flag
history.replaceState({ rpcRequestId: null }, document.title);
const id = history.state.rpcRequestId;
const callback = this._getCallback(id);

@@ -557,0 +557,0 @@ const state = this._waitingRequests.getState(id);

@@ -557,5 +557,5 @@ (function (global, factory) {

return;
const id = history.state.rpcRequestId;
// Delete "rpc-was-here" flag
history.replaceState({ rpcRequestId: null }, document.title);
const id = history.state.rpcRequestId;
const callback = this._getCallback(id);

@@ -562,0 +562,0 @@ const state = this._waitingRequests.getState(id);

{
"name": "@nimiq/rpc",
"version": "0.2.0-beta.2",
"version": "0.2.0-beta.3",
"description": "RPC Client/Server",

@@ -5,0 +5,0 @@ "repository": {

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