rpc-websocket-client
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -299,3 +299,4 @@ "use strict"; | ||
RpcWebSocketClient.prototype.isRpcError = function (data) { | ||
return typeof data.code !== 'undefined'; | ||
var _a; | ||
return typeof ((_a = data) === null || _a === void 0 ? void 0 : _a.code) !== 'undefined'; | ||
}; | ||
@@ -302,0 +303,0 @@ return RpcWebSocketClient; |
@@ -297,3 +297,4 @@ var v1 = require('uuid/v1'); | ||
RpcWebSocketClient.prototype.isRpcError = function (data) { | ||
return typeof data.code !== 'undefined'; | ||
var _a; | ||
return typeof ((_a = data) === null || _a === void 0 ? void 0 : _a.code) !== 'undefined'; | ||
}; | ||
@@ -300,0 +301,0 @@ return RpcWebSocketClient; |
@@ -302,3 +302,4 @@ (function (global, factory) { | ||
RpcWebSocketClient.prototype.isRpcError = function (data) { | ||
return typeof data.code !== 'undefined'; | ||
var _a; | ||
return typeof ((_a = data) === null || _a === void 0 ? void 0 : _a.code) !== 'undefined'; | ||
}; | ||
@@ -305,0 +306,0 @@ return RpcWebSocketClient; |
{ | ||
"name": "rpc-websocket-client", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -31,3 +31,4 @@ "keywords": [ | ||
"prebuild": "rimraf dist", | ||
"build": "tsc --project tsconfig.build.json && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src", | ||
"build": "tsc --project tsconfig.build.json && rollup -c rollup.config.ts", | ||
"build:docs": "typedoc --out docs --target es6 --theme minimal --mode file src", | ||
"start": "rollup -c rollup.config.ts -w", | ||
@@ -110,3 +111,3 @@ "test": "jest", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.0.3" | ||
"typescript": "^3.7.0-beta" | ||
}, | ||
@@ -113,0 +114,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
101334
1194
0