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

eosjs-json

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eosjs-json - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

package.json
{
"name": "eosjs-json",
"version": "3.0.0",
"version": "3.0.1",
"description": "Information about the EOS blockchain in the JSON file format.",

@@ -8,3 +8,3 @@ "dependencies": {},

"camel-case": "^3.0.0",
"fcbuffer": "^2.0.0",
"fcbuffer": "^2.1.0",
"mocha": "^3.4.2"

@@ -11,0 +11,0 @@ },

{
"account_name": "name",
"permission_name": "name",
"field_name": "fixed_string16",
"type_name": "fixed_string32",
"field_name": "string",
"type_name": "string",
"table_name": "name",
"action_name": "name",
"context_free_type": "bytes",
"weight_type": "uint16",
"fields": "field[]",
"time_point_sec": "time",
"permission_level": {

@@ -31,8 +35,8 @@ "fields": {

"permission": "permission_level",
"weight": "uint16"
"weight": "weight_type"
}
},
"transaction": {
"transaction_header": {
"fields": {
"expiration": "time",
"expiration": "time_point_sec",
"region": "uint16",

@@ -42,3 +46,8 @@ "ref_block_num": "uint16",

"packed_bandwidth_words": "uint16",
"context_free_cpu_bandwidth": "uint16",
"context_free_cpu_bandwidth": "uint16"
}
},
"transaction": {
"base": "transaction_header",
"fields": {
"context_free_actions": "action[]",

@@ -61,3 +70,3 @@ "actions": "action[]"

"key": "public_key",
"weight": "uint16"
"weight": "weight_type"
}

@@ -68,4 +77,4 @@ },

"threshold": "uint32",
"accounts": "permission_level_weight[]",
"keys": "key_weight[]"
"keys": "key_weight[]",
"accounts": "permission_level_weight[]"
}

@@ -97,3 +106,3 @@ },

},
"field_def": {
"field": {
"fields": {

@@ -108,3 +117,3 @@ "name": "field_name",

"base": "type_name",
"fields": "field_def[]"
"fields": "fields"
}

@@ -111,0 +120,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