Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "doichain", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A js-Doichain library. The goal is to fully cover the Doichain protocoll", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \\\"Error: no test specified\\\" && exit 1" | ||
"test": "mocha --require @babel/register" | ||
}, | ||
@@ -27,3 +27,14 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/Doichain/js-doichain#readme" | ||
"homepage": "https://github.com/Doichain/js-doichain#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.6", | ||
"@babel/preset-env": "^7.8.6", | ||
"@babel/register": "^7.8.6", | ||
"chai": "^4.2.0", | ||
"mocha": "^7.1.0" | ||
}, | ||
"dependencies": { | ||
"bip39": "^3.0.2" | ||
} | ||
} |
# js-doichain | ||
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) | ||
The full Doichain JS protocol implementation | ||
The full Doichain protocol implementation | ||
@@ -9,3 +9,3 @@ You should use this package, if you want to request email permissions (DOI - double opt ins) from your NodeJS project (server) or even from a browser (client). You can use the library in order to add Doichain wallet functions to your mobile or web app. | ||
This repository contains functions and the documentation to create Doichain | ||
- hd-keys | ||
- hd-keys (from seed phrases) | ||
- addresses | ||
@@ -12,0 +12,0 @@ - "double opt-in/DOI" request transaction |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3376
7
20
1
0
1
6
+ Addedbip39@^3.0.2
+ Added@noble/hashes@1.6.1(transitive)
+ Addedbip39@3.1.0(transitive)