merkletreejs
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "merkletreejs", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Construct Merkle Trees and verify proofs", | ||
@@ -12,3 +12,4 @@ "main": "dist/index.js", | ||
"test": "tape test/*.js", | ||
"build": "rm -rf dist/ && tsc", | ||
"build": "rm -rf dist/ && tsc && npm run build:browser", | ||
"build:browser": "browserify -t [ babelify --presets [ @babel/preset-env ] ] dist/index.js | uglifyjs > merkletree.js", | ||
"lint": "standardx --fix index.ts test/*.js", | ||
@@ -45,5 +46,9 @@ "docs": "rm -rf docs/ && typedoc --plugin typedoc-plugin-markdown -hideSources --theme markdown --hideGenerator --excludeExternals --excludePrivate --out docs index.ts" | ||
"devDependencies": { | ||
"@babel/core": "^7.10.2", | ||
"@babel/preset-env": "^7.10.2", | ||
"@types/node": "^11.12.1", | ||
"@typescript-eslint/eslint-plugin": "^3.0.2", | ||
"@typescript-eslint/parser": "^3.0.2", | ||
"babelify": "^10.0.0", | ||
"browserify": "^16.5.1", | ||
"crypto": "0.0.3", | ||
@@ -50,0 +55,0 @@ "ethereumjs-util": "6.1.0", |
@@ -34,2 +34,4 @@ <h3 align="center"> | ||
From [NPM](https://www.npmjs.com/package/merkletreejs): | ||
```bash | ||
@@ -39,2 +41,10 @@ npm install merkletreejs | ||
### CDN | ||
Available on [sDelivr](https://www.jsdelivr.com/) CDN: | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/merkletreejs@latest/merkletree.js"></script> | ||
``` | ||
## Getting started | ||
@@ -41,0 +51,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64219
849
16