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 0.2.2 to 1.0.0

migrations/migration-8/index.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="1.0.0"></a>
# [1.0.0](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v0.2.2...v1.0.0) (2020-06-25)
<a name="0.2.2"></a>

@@ -2,0 +7,0 @@ ## [0.2.2](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v0.2.1...v0.2.2) (2020-06-23)

@@ -0,6 +1,28 @@

/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
* prr
* (c) 2013 Rod Vagg <rod@vagg.org>
* https://github.com/rvagg/prr
* License: MIT
*/
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

15

migrations/index.js

@@ -14,9 +14,10 @@ 'use strict'

module.exports = [
Object.assign({}, emptyMigration, { version: 7, revert: undefined }),
Object.assign({}, emptyMigration, { version: 6, revert: undefined }),
Object.assign({}, emptyMigration, { version: 5, revert: undefined }),
Object.assign({}, emptyMigration, { version: 4, revert: undefined }),
Object.assign({}, emptyMigration, { version: 3, revert: undefined }),
Object.assign({}, emptyMigration, { version: 2, revert: undefined }),
Object.assign({}, emptyMigration, { version: 1, revert: undefined })
Object.assign({version: 1}, emptyMigration),
Object.assign({version: 2}, emptyMigration),
Object.assign({version: 3}, emptyMigration),
Object.assign({version: 4}, emptyMigration),
Object.assign({version: 5}, emptyMigration),
Object.assign({version: 6}, emptyMigration),
Object.assign({version: 7}, emptyMigration),
require('./migration-8')
]
{
"name": "ipfs-repo-migrations",
"version": "0.2.2",
"version": "1.0.0",
"description": "Migration framework for versioning of JS IPFS Repo",

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

"./src/repo/lock.js": "./src/repo/lock-memory.js",
"datastore-fs": "datastore-idb"
"datastore-fs": "datastore-level"
},

@@ -50,6 +50,9 @@ "bin": {

"chalk": "^4.0.0",
"cids": "^0.8.3",
"datastore-core": "^1.1.0",
"datastore-fs": "^1.0.0",
"datastore-idb": "^1.0.2",
"datastore-level": "^1.1.0",
"debug": "^4.1.0",
"interface-datastore": "^1.0.4",
"interface-datastore": "^1.0.2",
"multibase": "^1.0.1",
"proper-lockfile": "^4.1.1",

@@ -60,3 +63,3 @@ "yargs": "^15.3.1",

"devDependencies": {
"aegir": "^25.0.0",
"aegir": "^23.0.0",
"chai": "^4.2.0",

@@ -78,4 +81,5 @@ "chai-as-promised": "^7.1.1",

"Hector Sanjuan <code@hector.link>",
"achingbrain <alex@achingbrain.net>",
"Bryan Stenson <bryan.stenson@gmail.com>"
]
}

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