
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@arcblock/forge-util
Advanced tools
utils shared across mutlipe forge js libs, works in both node.js and browser
Utility functions to ease crypto/encoding related tasks, some methods are migrated from web3-utils
yarn add @arcblock/forge-util
# OR
npm i @arcblock/forge-util -S
const Util = require('@arcblock/forge-util');
console.log(Util.fromTokenToUnit(100)); // 100_0000_0000_0000_0000
console.log(Util.fromUnitToToken('1000000000000000000')); // 100
console.log(Util.isStrictHex('0x123abc')); // true
Following are the most used methods in @arcblock/forge-util
:
toHex
: convert any value to hex encoded stringfromUnitToToken
: convert human readable token presentation to big numberfromTokenToUnit
: convert big number to human readable token representationtoUint8Array
: convert any value to Uint8ArraytoBuffer
: convert any value to buffertoBase58
: convert any value to base58 formatfromBase58
: convert base58 format to buffertoBase64
: convert any value to base64 url encoded stringfromBase64
: convert base64 url encoded string to bufferUUID
: generate a random UUIDisUUID
: check if a string is valid UUIDtoDid
: prepend an did with did:abt:
prefixtoAddress
: remove did:abt:
prefixCheckout lib/index.d.ts for more API. Checkout tests/index.spec.js for more usage examples.
For full documentation, checkout https://forge-js.netlify.com
1.7.1 (September 08, 2022)
FAQs
utils shared across mutlipe forge js libs, works in both node.js and browser
The npm package @arcblock/forge-util receives a total of 32 weekly downloads. As such, @arcblock/forge-util popularity was classified as not popular.
We found that @arcblock/forge-util demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.