Socket
Socket
Sign inDemoInstall

multiformats

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiformats - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "multiformats",
"version": "0.0.7",
"version": "0.0.8",
"description": "Interface for multihash, multicodec, multibase and CID.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -136,9 +136,9 @@ # multiformats

Deprection List:
Deprecation List:
* the multibase encoding is no longer cached during instantiation.
* this being indeterministic was causing some nasty problems downstream
since `toString()` needs to be used as a cache key and it's not possible
to encode V1 into anything but base58btc. this means that you can't have
deterministic hash keys without also requiring base58btc support unless
we remove this feature.
to encode V0 into anything but base58btc. this means that you can't have
deterministic hash keys without also requiring base58btc support, so we
removed this feature.
* no longer accept bare multihash buffers as V0, only base58btc encoded strings

@@ -153,3 +153,3 @@ or the complete set of parts with the multihash as the third argument.

* no more .toBaseEncodedString(), just toString()
* no more .multiBase
* no more .multibaseName
* no more .prefix()

@@ -156,0 +156,0 @@ * no more .codec

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