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

ipfs-repo-migrations

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-repo-migrations - npm Package Compare versions

Comparing version 14.0.1 to 15.0.0

16

package.json
{
"name": "ipfs-repo-migrations",
"version": "14.0.1",
"version": "15.0.0",
"description": "Migration framework for versioning of JS IPFS Repo",

@@ -172,3 +172,3 @@ "license": "Apache-2.0 OR MIT",

"dependencies": {
"@ipld/dag-pb": "^3.0.0",
"@ipld/dag-pb": "^4.0.0",
"@multiformats/multiaddr": "^11.0.0",

@@ -179,6 +179,6 @@ "cborg": "^1.3.4",

"fnv1a": "^1.0.1",
"interface-blockstore": "^3.0.0",
"interface-blockstore": "^4.0.0",
"interface-datastore": "^7.0.0",
"it-length": "^2.0.0",
"multiformats": "^10.0.1",
"multiformats": "^11.0.0",
"protobufjs": "^7.0.0",

@@ -192,6 +192,6 @@ "uint8arrays": "^4.0.2",

"@types/varint": "^6.0.0",
"aegir": "^37.5.0",
"aegir": "^37.9.1",
"aws-sdk": "^2.884.0",
"blockstore-core": "^2.0.0",
"blockstore-datastore-adapter": "^4.0.0",
"blockstore-core": "^3.0.0",
"blockstore-datastore-adapter": "^5.0.0",
"datastore-fs": "^8.0.0",

@@ -205,3 +205,3 @@ "datastore-level": "^9.0.0",

"protobufjs-cli": "^1.0.0",
"sinon": "^14.0.0"
"sinon": "^15.0.1"
},

@@ -208,0 +208,0 @@ "browser": {

@@ -40,3 +40,3 @@

const hdrLength = varint.decode(rootData)
const vBytes = varint.decode.bytes
const vBytes = varint.decode.bytes ?? 0

@@ -43,0 +43,0 @@ if (vBytes <= 0) {

Sorry, the diff of this file is too big to display

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