Socket
Socket
Sign inDemoInstall

eosjs

Package Overview
Dependencies
15
Maintainers
4
Versions
292
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 22.2.0-88-432a6bd to 22.2.0-89-c1a4e90

3

dist/eosjs-rpc-interfaces.d.ts

@@ -535,2 +535,5 @@ /**

id: string;
block_num: number;
block_time: string;
producer_block_id: string | null;
actions: TraceApiAction[];

@@ -537,0 +540,0 @@ status?: string;

14

package.json
{
"name": "eosjs",
"version": "22.2.0-88-432a6bd",
"version": "22.2.0-89-c1a4e90",
"description": "Talk to eos API",

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

"@types/jest": "^26.0.24",
"@types/node": "^14.17.19",
"@types/node": "^14.17.27",
"@types/node-fetch": "^2.5.12",

@@ -62,6 +62,10 @@ "@types/pako": "^1.0.2",

"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.55.0",
"webpack-cli": "^4.8.0"
"typescript": "^4.4.4",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1"
},
"resolutions": {
"set-value": "^4.0.1",
"ansi-regex": "^5.0.1"
},
"jest": {

@@ -68,0 +72,0 @@ "automock": false,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc