Socket
Socket
Sign inDemoInstall

@arcblock/forge-util

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/forge-util - npm Package Compare versions

Comparing version 0.26.0 to 0.26.10

6

lib/index.d.ts

@@ -6,2 +6,4 @@ // Generate by [js2dts@0.3.2](https://github.com/whxaxes/js2dts#readme)

*
* @public
* @static
* @param {*} value - value to validate

@@ -31,4 +33,4 @@ * @returns {Boolean} boolean indicating if a value is an Uint8Array

numberToString: (arg: any) => any;
fromUnitToToken: (input: any, decimal?: number, optionsInput: any) => string;
fromTokenToUnit: (input: any, decimal?: number) => any;
fromUnitToToken: (input: string | number, decimal?: number, optionsInput: any) => string;
fromTokenToUnit: (input: string, decimal?: number) => any;
toBN: (number: any) => any;

@@ -35,0 +37,0 @@ }

{
"name": "@arcblock/forge-util",
"version": "0.26.0",
"version": "0.26.10",
"description": "utils shared across mutlipe forge js libs, works in both node.js and browser",

@@ -43,2 +43,3 @@ "keywords": [

"generate-docs": "jsdoc2md lib/index.js > docs/README.md",
"generate-dts": "j2d lib/index.js",
"format-docs": "remark . -o",

@@ -53,3 +54,3 @@ "precommit": "CI=1 yarn test",

},
"gitHead": "24cf584797dd865d86517a400d9b2c08c138e793"
"gitHead": "c9300e0f82d22e20a0e32d3fb4beb761b6e37023"
}
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