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 12.0.0 to 12.0.1

3

cjs/migrations/migration-12/index.js

@@ -31,3 +31,2 @@ 'use strict';

if (prefix !== 'peers') {
console.info('unknown prefix', prefix);
continue;

@@ -41,7 +40,5 @@ }

].includes(type)) {
console.info('unknown type', type);
continue;
}
if (!peerId) {
console.info('no peerid');
continue;

@@ -48,0 +45,0 @@ }

@@ -22,3 +22,2 @@ import $protobuf from 'protobufjs/minimal.js';

if (prefix !== 'peers') {
console.info('unknown prefix', prefix);
continue;

@@ -32,7 +31,5 @@ }

].includes(type)) {
console.info('unknown type', type);
continue;
}
if (!peerId) {
console.info('no peerid');
continue;

@@ -39,0 +36,0 @@ }

12

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

@@ -65,3 +65,3 @@ "keywords": [

"cborg": "^1.3.1",
"datastore-core": "^6.0.7",
"datastore-core": "^7.0.0",
"debug": "^4.1.0",

@@ -88,5 +88,5 @@ "fnv1a": "^1.0.1",

"blockstore-datastore-adapter": "^2.0.1",
"datastore-fs": "^6.0.1",
"datastore-level": "^7.0.1",
"datastore-s3": "^8.0.0",
"datastore-fs": "^7.0.0",
"datastore-level": "^8.0.0",
"datastore-s3": "^9.0.0",
"events": "^3.2.0",

@@ -101,3 +101,3 @@ "just-safe-set": "^2.1.0",

},
"gitHead": "d75379eaff9ba938f71b12a9e8008236dc34c276",
"gitHead": "bfabfdcc44db80b264496ca43f3fae38ebc486ea",
"exports": {

@@ -104,0 +104,0 @@ ".": {

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

Sorry, the diff of this file is not supported yet

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