Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@greymass/eosio

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greymass/eosio - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

README.md

6

package.json
{
"name": "@greymass/eosio",
"description": "Library for working with EOSIO blockchains",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "https://github.com/greymass/eosio-core",

@@ -34,3 +34,3 @@ "license": "BSD-3-Clause-No-Military-License",

"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.1.1",

@@ -41,3 +41,3 @@ "@rollup/plugin-virtual": "^2.0.3",

"@types/mocha": "^9.0.0",
"@types/node": "^16.4.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.4.0",

@@ -44,0 +44,0 @@ "@typescript-eslint/parser": "^5.4.0",

@@ -16,6 +16,6 @@ import {

@TypeAlias('weight_type')
class Weight extends UInt16 {}
export class Weight extends UInt16 {}
@Struct.type('key_weight')
class KeyWeight extends Struct {
export class KeyWeight extends Struct {
@Struct.field(PublicKey) key!: PublicKey

@@ -26,3 +26,3 @@ @Struct.field(Weight) weight!: Weight

@Struct.type('permission_level_weight')
class PermissionLevelWeight extends Struct {
export class PermissionLevelWeight extends Struct {
@Struct.field(PermissionLevel) permission!: PermissionLevel

@@ -33,3 +33,3 @@ @Struct.field(Weight) weight!: Weight

@Struct.type('wait_weight')
class WaitWeight extends Struct {
export class WaitWeight extends Struct {
@Struct.field(UInt32) wait_sec!: UInt32

@@ -36,0 +36,0 @@ @Struct.field(Weight) weight!: Weight

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

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

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