@open-rpc/client-js
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,1 +1,8 @@ | ||
## [1.5.2](https://github.com/open-rpc/client-js/compare/1.5.1...1.5.2) (2020-10-09) | ||
### Bug Fixes | ||
* npm audit fix ([6202a28](https://github.com/open-rpc/client-js/commit/6202a28d09846b6a74eeebe0e009a802721cd182)) | ||
## [1.5.1](https://github.com/open-rpc/client-js/compare/1.5.0...1.5.1) (2020-09-25) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@open-rpc/client-js", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": " A browser-compatible JSON-RPC client with multiple transports.", | ||
@@ -36,3 +36,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"isomorphic-fetch": "^2.2.1", | ||
"isomorphic-fetch": "^3.0.0", | ||
"isomorphic-ws": "^4.0.1", | ||
@@ -39,0 +39,0 @@ "strict-event-emitter-types": "^2.0.0", |
272253
+ Addedisomorphic-fetch@3.0.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedsafer-buffer@2.1.2(transitive)
Updatedisomorphic-fetch@^3.0.0