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

eosio-wasm-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eosio-wasm-js - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

utils/checkDataParse.mjs

4

package.json
{
"name": "eosio-wasm-js",
"version": "2.1.1",
"description": "A utility tool that serialises EOSIO based blockchain types to WebAssembly hex string.",
"version": "3.0.0",
"description": "A utility tool that serialises EOSIO and Antelope based blockchain action data to WebAssembly hex string.",
"main": "public/index.js",

@@ -6,0 +6,0 @@ "keywords": [

@@ -22,33 +22,2 @@ # eosio-wasm-js

- [Object serialize](#object-serialize)
- [function serialize_actions](#function-serialize_actions)
## Object serialize
The core object that contains all the EOSIO based types to serialize.
### Examples
_Ways to `require`._
> ```js
> const serialize = require('eosio-wasm-js')
> ```
_Ways to `import`._
> ```js
> import serialize from 'eosio-wasm-js'
> ```
_Serialize EOSIO name type._
> ```js
> serialize_name('eosio')
> ```
>
> The logged output was 0000000000ea3055
---
## function serialize_actions

@@ -55,0 +24,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