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.21.0 to 0.22.0

2

lib/index.js
/**
* @fileOverview Contains many utility functions to help developers manipulate encoding/decoding/formatting/bignumber
* @module @arcblock/forge-util
* @example
* yarn add @arcblock/forge-util
*/

@@ -5,0 +7,0 @@ const isBoolean = require('lodash/isBoolean');

13

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

@@ -22,3 +22,4 @@ "keywords": [

"devDependencies": {
"jest": "^23.5.0"
"jest": "^23.5.0",
"jsdoc-to-markdown": "^4.0.1"
},

@@ -38,6 +39,8 @@ "author": "wangshijun <wangshijun2010@gmail.com>",

"lint": "eslint lib tests",
"generate-docs": "jsdoc2md lib/index.js > docs/README.md",
"format-docs": "remark . -o",
"precommit": "CI=1 yarn test",
"prepush": "CI=1 yarn test",
"test": "npm run lint && node tools/jest.js",
"coverage": "npm run lint && yarn test -- --coverage"
"test": "yarn lint && node tools/jest.js",
"coverage": "yarn lint && yarn test -- --coverage"
},

@@ -47,3 +50,3 @@ "bugs": {

},
"gitHead": "70d1b0561d18f4a2082d379d836ef44ef7ac5317"
"gitHead": "1e2bc71da51158cd827b3b5e544d91a73fdfadf4"
}

@@ -5,2 +5,3 @@ # `@arcblock/forge-util`

## Usage

@@ -10,3 +11,2 @@

yarn add @arcblock/forge-util
# OR

@@ -25,1 +25,6 @@ npm i @arcblock/forge-util -S

Checkout [lib/index.d.ts](./lib/index.d.ts) for more API.
## Documentation
For full documentation, checkout [README.md](./docs/README.md).
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