Socket
Socket
Sign inDemoInstall

multiformats

Package Overview
Dependencies
Maintainers
3
Versions
150
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 11.0.1 to 11.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [11.0.2](https://github.com/multiformats/js-multiformats/compare/v11.0.1...v11.0.2) (2023-03-09)
### Bug Fixes
* add interface files to the exports map ([#246](https://github.com/multiformats/js-multiformats/issues/246)) ([a58a398](https://github.com/multiformats/js-multiformats/commit/a58a39896d7264ba0bcbaf737cce7f3a65c644ba)), closes [/github.com/ipld/js-dag-cbor/blob/master/src/index.js#L9](https://github.com/multiformats//github.com/ipld/js-dag-cbor/blob/master/src/index.js/issues/L9)
## [11.0.1](https://github.com/multiformats/js-multiformats/compare/v11.0.0...v11.0.1) (2023-01-18)

@@ -2,0 +9,0 @@

22

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

@@ -99,2 +99,6 @@ "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",

},
"./bases/interface": {
"types": "./dist/types/src/bases/interface.d.ts",
"import": "./src/bases/interface.js"
},
"./basics": {

@@ -108,2 +112,6 @@ "types": "./dist/types/src/basics.d.ts",

},
"./block/interface": {
"types": "./dist/types/src/block/interface.d.ts",
"import": "./src/block/interface.js"
},
"./bytes": {

@@ -117,2 +125,6 @@ "types": "./dist/types/src/bytes.d.ts",

},
"./codecs/interface": {
"types": "./dist/types/src/codecs/interface.d.ts",
"import": "./src/codecs/interface.js"
},
"./codecs/json": {

@@ -138,2 +150,6 @@ "types": "./dist/types/src/codecs/json.d.ts",

},
"./hashes/interface": {
"types": "./dist/types/src/hashes/interface.d.ts",
"import": "./src/hashes/interface.js"
},
"./hashes/sha2": {

@@ -152,2 +168,6 @@ "types": "./dist/types/src/hashes/sha2.d.ts",

},
"./link/interface": {
"types": "./dist/types/src/interface.d.ts",
"import": "./src/interface.js"
},
"./traversal": {

@@ -154,0 +174,0 @@ "types": "./dist/types/src/traversal.d.ts",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc