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

@radixdlt/networking

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radixdlt/networking - npm Package Compare versions

Comparing version 1.0.35 to 1.0.36

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.36](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/networking@1.0.35...@radixdlt/networking@1.0.36) (2021-06-22)
**Note:** Version bump only for package @radixdlt/networking
## [1.0.35](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/networking@1.0.34...@radixdlt/networking@1.0.35) (2021-06-21)

@@ -8,0 +16,0 @@

4

dist/open-rpc-client.js

@@ -76,3 +76,3 @@ "use strict";

console.log(
`sending to ${endpoint}: ${JSON.stringify(
`calling ${method} at ${endpoint} with: ${JSON.stringify(
filteredParams,

@@ -88,3 +88,3 @@ null,

util_1.log.info(`Response from ${method} call: ${JSON.stringify(response, null, 2)}`);
//console.log(`response for ${endpoint} `, JSON.stringify(response, null, 2))
// console.log(`response for ${method} at ${endpoint}`, JSON.stringify(response, null, 2))
// TODO validate response

@@ -91,0 +91,0 @@ return response;

{
"name": "@radixdlt/networking",
"version": "1.0.35",
"version": "1.0.36",
"description": "Requesting and sending data from/to Radix Core RPC API over HTTP(s).",

@@ -31,3 +31,3 @@ "keywords": [

"@open-rpc/schema-utils-js": "^1.14.3",
"@radixdlt/open-rpc-spec": "^1.0.2",
"@radixdlt/open-rpc-spec": "^1.0.10",
"@radixdlt/util": "^1.0.29",

@@ -39,3 +39,3 @@ "@types/uuid": "^8.3.0",

},
"gitHead": "395316f366eb7e488b731c50f3b998d22162307b"
"gitHead": "cea75fcfaa33b081fa550f32464ac2a55252a4b3"
}

@@ -96,3 +96,3 @@ import {

console.log(
`sending to ${endpoint}: ${JSON.stringify(
`calling ${method} at ${endpoint} with: ${JSON.stringify(
filteredParams,

@@ -119,3 +119,3 @@ null,

//console.log(`response for ${endpoint} `, JSON.stringify(response, null, 2))
// console.log(`response for ${method} at ${endpoint}`, JSON.stringify(response, null, 2))
// TODO validate response

@@ -122,0 +122,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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