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

eosjs

Package Overview
Dependencies
Maintainers
4
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eosjs - npm Package Compare versions

Comparing version 22.2.0-78-fc10133 to 22.2.0-79-3cfc0f7

4

dist/eosjs-api.js

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

if (readOnlyTrx) {
return [2 /*return*/, this.rpc.push_ro_transaction({
return [2 /*return*/, this.rpc.send_ro_transaction({
signatures: signatures,

@@ -621,3 +621,3 @@ serializedTransaction: serializedTransaction,

if (readOnlyTrx) {
return [2 /*return*/, this.rpc.push_ro_transaction({
return [2 /*return*/, this.rpc.send_ro_transaction({
signatures: signatures,

@@ -624,0 +624,0 @@ compression: 1,

@@ -70,4 +70,4 @@ /**

push_transaction({ signatures, compression, serializedTransaction, serializedContextFreeData }: PushTransactionArgs): Promise<TransactResult>;
/** Raw call to `/v1/chain/push_ro_transaction */
push_ro_transaction({ signatures, compression, serializedTransaction }: PushTransactionArgs, returnFailureTraces?: boolean): Promise<ReadOnlyTransactResult>;
/** Raw call to `/v1/chain/send_ro_transaction */
send_ro_transaction({ signatures, compression, serializedTransaction }: PushTransactionArgs, returnFailureTraces?: boolean): Promise<ReadOnlyTransactResult>;
push_transactions(transactions: PushTransactionArgs[]): Promise<TransactResult[]>;

@@ -74,0 +74,0 @@ /** Send a serialized transaction */

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

};
/** Raw call to `/v1/chain/push_ro_transaction */
JsonRpc.prototype.push_ro_transaction = function (_a, returnFailureTraces) {
/** Raw call to `/v1/chain/send_ro_transaction */
JsonRpc.prototype.send_ro_transaction = function (_a, returnFailureTraces) {
var signatures = _a.signatures, _b = _a.compression, compression = _b === void 0 ? 0 : _b, serializedTransaction = _a.serializedTransaction;

@@ -472,3 +472,3 @@ if (returnFailureTraces === void 0) { returnFailureTraces = false; }

switch (_c.label) {
case 0: return [4 /*yield*/, this.fetch('/v1/chain/push_ro_transaction', {
case 0: return [4 /*yield*/, this.fetch('/v1/chain/send_ro_transaction', {
transaction: {

@@ -475,0 +475,0 @@ signatures: signatures,

@@ -492,3 +492,3 @@ /**

}
/** Return value of `/v1/chain/push_ro_transaction` */
/** Return value of `/v1/chain/send_ro_transaction` */
export interface ReadOnlyTransactResult {

@@ -495,0 +495,0 @@ head_block_num: number;

{
"name": "eosjs",
"version": "22.2.0-78-fc10133",
"version": "22.2.0-79-3cfc0f7",
"description": "Talk to eos API",

@@ -40,3 +40,3 @@ "main": "dist/index.js",

"@types/jest": "^26.0.24",
"@types/node": "^14.17.9",
"@types/node": "^14.17.11",
"@types/node-fetch": "^2.5.12",

@@ -57,3 +57,3 @@ "@types/pako": "^1.0.2",

"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"

@@ -60,0 +60,0 @@ },

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