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 7.0.1 to 7.0.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [7.0.2](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v7.0.1...v7.0.2) (2021-03-15)
## [7.0.1](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v7.0.0...v7.0.1) (2021-03-04)

@@ -2,0 +6,0 @@

4

dist/migrations/migration-9/pin-set.d.ts

@@ -17,6 +17,6 @@ export type Datastore = import("interface-datastore/dist/src/types").Datastore;

*/
export function storeSet(blockstore: Datastore, type: string, cids: CID[]): Promise<dagpb.DAGLink>;
export function storeSet(blockstore: Datastore, type: string, cids: CID[]): Promise<DAGLink>;
import CID = require("cids");
import DAGNode = require("ipld-dag-pb/src/dag-node/dagNode");
import dagpb = require("ipld-dag-pb/src/");
import DAGLink = require("ipld-dag-pb/src/dag-link/dagLink");
//# sourceMappingURL=pin-set.d.ts.map
{
"name": "ipfs-repo-migrations",
"version": "7.0.1",
"version": "7.0.2",
"description": "Migration framework for versioning of JS IPFS Repo",

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

"interface-datastore": "^3.0.3",
"ipld-dag-pb": "^0.21.0",
"ipld-dag-pb": "^0.22.1",
"it-length": "^1.0.1",

@@ -60,0 +60,0 @@ "multibase": "^4.0.1",

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