Socket
Socket
Sign inDemoInstall

multicodec

Package Overview
Dependencies
1
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.4 to 0.5.5

2

package.json
{
"name": "multicodec",
"version": "0.5.4",
"version": "0.5.5",
"description": "JavaScript implementation of the multicodec specification",

@@ -5,0 +5,0 @@ "leadMaintainer": "Henrique Dias <hacdias@gmail.com>",

@@ -11,2 +11,4 @@ // THIS FILE IS GENERATED, DO NO EDIT MANUALLY

exports['bencode'] = Buffer.from('63', 'hex')
exports['json'] = Buffer.from('0200', 'hex')
exports['messagepack'] = Buffer.from('0201', 'hex')

@@ -434,2 +436,3 @@ // multiformat

exports['ipns-ns'] = Buffer.from('e5', 'hex')
exports['zeronet'] = Buffer.from('e6', 'hex')

@@ -436,0 +439,0 @@ // key

@@ -12,2 +12,4 @@ // THIS FILE IS GENERATED, DO NO EDIT MANUALLY

BENCODE: 0x63,
JSON: 0x0200,
MESSAGEPACK: 0x0201,

@@ -435,2 +437,3 @@ // multiformat

IPNS_NS: 0xe5,
ZERONET: 0xe6,

@@ -437,0 +440,0 @@ // key

@@ -12,2 +12,4 @@ // THIS FILE IS GENERATED, DO NO EDIT MANUALLY

0x63: 'bencode',
0x0200: 'json',
0x0201: 'messagepack',

@@ -434,2 +436,3 @@ // multiformat

0xe5: 'ipns-ns',
0xe6: 'zeronet',

@@ -436,0 +439,0 @@ // key

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc