Socket
Socket
Sign inDemoInstall

multiformats

Package Overview
Dependencies
0
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.5.5 to 9.5.6

types/bases/base.d.ts

2

cjs/src/traversal.js

@@ -5,3 +5,3 @@ 'use strict';

var base58 = require('multiformats/bases/base58');
var base58 = require('./bases/base58.js');

@@ -8,0 +8,0 @@ const walk = async ({cid, load, seen}) => {

@@ -1,2 +0,2 @@

import { base58btc } from 'multiformats/bases/base58';
import { base58btc } from './bases/base58.js';
const walk = async ({cid, load, seen}) => {

@@ -3,0 +3,0 @@ seen = seen || new Set();

{
"name": "multiformats",
"version": "9.5.5",
"version": "9.5.6",
"description": "Interface for multihash, multicodec, multibase and CID",

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

@@ -1,2 +0,2 @@

import { base58btc } from 'multiformats/bases/base58'
import { base58btc } from './bases/base58.js'

@@ -3,0 +3,0 @@ /**

@@ -102,4 +102,3 @@ {

"include": [
"src",
"test"
"src"
],

@@ -106,0 +105,0 @@ "exclude": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc