hypercore-id-encoding
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hypercore-id-encoding", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert Hypercore keys to/from z-base32 or hex", | ||
@@ -18,3 +18,13 @@ "main": "index.js", | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hypercore-protocol/hypercore-id-encoding.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"bugs": { | ||
"url": "https://github.com/hypercore-protocol/hypercore-id-encoding/issues" | ||
}, | ||
"homepage": "https://github.com/hypercore-protocol/hypercore-id-encoding#readme" | ||
} |
@@ -1,2 +0,2 @@ | ||
# hypercore-id-encoder | ||
# hypercore-id-encoding | ||
@@ -6,3 +6,3 @@ Encodes Hypercore keys into z-base32 ids, and decodes both hex/z-base32 strings. | ||
``` | ||
npm install hypercore-id-encoder | ||
npm install hypercore-id-encoding | ||
``` | ||
@@ -13,3 +13,3 @@ | ||
```js | ||
const { encode, decode } = require('hypercore-id-encoder') | ||
const { encode, decode } = require('hypercore-id-encoding') | ||
@@ -16,0 +16,0 @@ const id = encode(core.key) // (z-base32 String) |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
761022
1
0
0