Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
eosio-wasm-js
Advanced tools
A utility tool that serialises EOSIO and Antelope based blockchain action data to WebAssembly hex string.
eosio-wasm-js is a tool that converts EOSIO blockchain types into a WASM hex string, making it handy for serializing actions in JS environments for EOSIO transactions.
For Node.js
$ npm i eosio-wasm-js
For Deno, make sure you include this import in your deno.json
file:
{
"imports": {
"eosio-wasm-js/": "https://deno.land/x/eosio_wasm_js/"
}
}
import serialize from "eosio-wasm-js/serialize.mjs";
console.log(serialize.asset("EOS"));
The logged output was “000000000000000001454f5300000000”.
>= 13
.> 0.5%, not OperaMini all, not IE > 0, not dead
.^1.30.0
.Consider a BigInt polyfill library for safari 13.
The npm package eosio-wasm-js
features optimal JavaScript module design. It doesn’t have a main index module, so use deep imports from the ECMAScript modules that are exported via the package.json
field exports
:
actions.mjs
asset.mjs
block_time_stamp.mjs
bool.mjs
bytes.mjs
checksum.mjs
extended_asset.mjs
float32.mjs
float64.mjs
float128.mjs
int.mjs
name.mjs
public_key.mjs
serialize.mjs
signature.mjs
string.mjs
symbol.mjs
symbol_code.mjs
time_point.mjs
time_point_sec.mjs
uint.mjs
varint32.mjs
varuint32.mjs
transaction_header.mjs
permission.mjs
v4.0.1
FAQs
A utility tool that serialises EOSIO and Antelope based blockchain action data to WebAssembly hex string.
The npm package eosio-wasm-js receives a total of 17 weekly downloads. As such, eosio-wasm-js popularity was classified as not popular.
We found that eosio-wasm-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.