New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@taquito/rpc

Package Overview
Dependencies
Maintainers
6
Versions
211
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 21.0.1 to 21.0.2

2

dist/lib/taquito-rpc.js

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

* @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined }
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json
*/

@@ -1047,0 +1047,0 @@ getPendingOperations() {

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

exports.VERSION = {
"commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
"version": "21.0.1"
"commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
"version": "21.0.2"
};

@@ -461,5 +461,5 @@ /**

* @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined }
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json
*/
getPendingOperations(args?: PendingOperationsQueryArguments): Promise<PendingOperationsV1 | PendingOperationsV2>;
}
{
"name": "@taquito/rpc",
"version": "21.0.1",
"version": "21.0.2",
"description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node",

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

"dependencies": {
"@taquito/core": "^21.0.1",
"@taquito/http-utils": "^21.0.1",
"@taquito/utils": "^21.0.1",
"@taquito/core": "^21.0.2",
"@taquito/http-utils": "^21.0.2",
"@taquito/utils": "^21.0.2",
"bignumber.js": "^9.1.2"

@@ -102,3 +102,3 @@ },

},
"gitHead": "ed45bf0eec9c9139eb2fe73213336a334bfaefdb"
"gitHead": "07d4dfc0bff882512c1ea9ed6efd7d797209dfa6"
}

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

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

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