🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

interface-blockstore-tests

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interface-blockstore-tests - npm Package Compare versions

Comparing version

to
6.1.10

103

package.json
{
"name": "interface-blockstore-tests",
"version": "6.1.9",
"version": "6.1.10",
"description": "Compliance tests for the blockstore interface",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/interface-blockstore-tests#readme",
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/interface-blockstore-tests#readme",
"repository": {

@@ -14,2 +14,6 @@ "type": "git",

},
"publishConfig": {
"access": "public",
"provenance": true
},
"keywords": [

@@ -42,87 +46,2 @@ "blockstore",

},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"breaking": true,
"release": "major"
},
{
"revert": true,
"release": "patch"
},
{
"type": "feat",
"release": "minor"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
},
{
"type": "test",
"release": "patch"
},
{
"type": "deps",
"release": "patch"
},
{
"scope": "no-release",
"release": false
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Trivial Changes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "deps",
"section": "Dependencies"
},
{
"type": "test",
"section": "Tests"
}
]
}
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"scripts": {

@@ -137,10 +56,10 @@ "build": "aegir build",

"interface-blockstore": "^5.0.0",
"it-all": "^3.0.1",
"it-drain": "^3.0.1",
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.0"
"it-all": "^3.0.4",
"it-drain": "^3.0.5",
"multiformats": "^13.0.1",
"uint8arrays": "^5.0.2"
},
"devDependencies": {
"aegir": "^41.1.9"
"aegir": "^42.2.3"
}
}

2

README.md

@@ -0,1 +1,3 @@

# interface-blockstore-tests
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

@@ -2,0 +4,0 @@ [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)

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