@nimiq/rpc
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -412,3 +412,3 @@ 'use strict'; | ||
if (this._target.closed) { | ||
reject(new Error('window was closed')); | ||
reject(new Error('Window was closed')); | ||
} | ||
@@ -415,0 +415,0 @@ setTimeout(checkIfServerWasClosed, 500); |
@@ -409,3 +409,3 @@ class RandomUtils { | ||
if (this._target.closed) { | ||
reject(new Error('window was closed')); | ||
reject(new Error('Window was closed')); | ||
} | ||
@@ -412,0 +412,0 @@ setTimeout(checkIfServerWasClosed, 500); |
@@ -414,3 +414,3 @@ (function (global, factory) { | ||
if (this._target.closed) { | ||
reject(new Error('window was closed')); | ||
reject(new Error('Window was closed')); | ||
} | ||
@@ -417,0 +417,0 @@ setTimeout(checkIfServerWasClosed, 500); |
{ | ||
"name": "@nimiq/rpc", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "RPC Client/Server", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
95816
0