Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hypercore-id-encoding

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore-id-encoding - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

coverage/tmp/coverage-1679069-1667392334035-0.json

14

package.json
{
"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"
}

6

README.md

@@ -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)

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