Socket
Socket
Sign inDemoInstall

@taquito/rpc

Package Overview
Dependencies
Maintainers
7
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/rpc - npm Package Compare versions

Comparing version 17.2.0 to 17.3.0-beta.1

2

dist/lib/rpc-client-modules/rpc-cache.js

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

*
* @example new RpcClientCache(new RpcClient('https://mainnet.api.tez.ie/'))
* @example new RpcClientCache(new RpcClient('https://mainnet.ecadinfra.com/'))
*/

@@ -41,0 +41,0 @@ constructor(rpcClient, ttl = defaultTtl) {

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

*
* @example new RpcClient('https://mainnet.api.tez.ie/', 'main') this will use https://mainnet.api.tez.ie//chains/main
* @example new RpcClient('https://mainnet.ecadinfra.com/', 'main') this will use https://mainnet.ecadinfra.com//chains/main
*/

@@ -70,0 +70,0 @@ constructor(url, chain = rpc_client_interface_1.defaultChain, httpBackend = new http_utils_1.HttpBackend()) {

@@ -6,5 +6,5 @@ "use strict";

exports.VERSION = {
"commitHash": "b85fc404e34545a518215e449b3f1253f4520eec",
"version": "17.2.0"
"commitHash": "1bc71eda1ab4baa24ee2278dd97b5a990d6dc71c",
"version": "17.3.0-beta.1"
};
//# sourceMappingURL=version.js.map

@@ -22,3 +22,3 @@ import BigNumber from 'bignumber.js';

*
* @example new RpcClientCache(new RpcClient('https://mainnet.api.tez.ie/'))
* @example new RpcClientCache(new RpcClient('https://mainnet.ecadinfra.com/'))
*/

@@ -25,0 +25,0 @@ constructor(rpcClient: RpcClientInterface, ttl?: number);

@@ -29,3 +29,3 @@ /**

*
* @example new RpcClient('https://mainnet.api.tez.ie/', 'main') this will use https://mainnet.api.tez.ie//chains/main
* @example new RpcClient('https://mainnet.ecadinfra.com/', 'main') this will use https://mainnet.ecadinfra.com//chains/main
*/

@@ -32,0 +32,0 @@ constructor(url: string, chain?: string, httpBackend?: HttpBackend);

{
"name": "@taquito/rpc",
"version": "17.2.0",
"version": "17.3.0-beta.1",
"description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node",

@@ -70,5 +70,5 @@ "keywords": [

"dependencies": {
"@taquito/core": "^17.2.0",
"@taquito/http-utils": "^17.2.0",
"@taquito/utils": "^17.2.0",
"@taquito/core": "^17.3.0-beta.1",
"@taquito/http-utils": "^17.3.0-beta.1",
"@taquito/utils": "^17.3.0-beta.1",
"bignumber.js": "^9.1.0"

@@ -104,3 +104,3 @@ },

},
"gitHead": "8fe3376401f12f5a97556479620c0414a6e5c7c3"
"gitHead": "b471b145edb25137c41da73cfa456986a8d3acc2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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