Socket
Socket
Sign inDemoInstall

ipfs-utils

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-utils - npm Package Compare versions

Comparing version 9.0.3 to 9.0.4

103

package.json
{
"name": "ipfs-utils",
"version": "9.0.3",
"version": "9.0.4",
"description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem",

@@ -9,3 +9,3 @@ "main": "src/index.js",

"bugs": "https://github.com/ipfs/js-ipfs-utils/issues",
"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>",
"repository": "github:ipfs/js-ipfs-utils",
"files": [

@@ -36,3 +36,83 @@ "src",

},
"repository": "github:ipfs/js-ipfs-utils",
"release": {
"branches": [
"master"
],
"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": "chore",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
},
{
"type": "test",
"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": "Trivial Changes"
},
{
"type": "test",
"section": "Tests"
}
]
}
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"scripts": {

@@ -86,18 +166,3 @@ "lint": "aegir lint",

}
},
"contributors": [
"achingbrain <alex@achingbrain.net>",
"Hugo Dias <hugomrdias@gmail.com>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Irakli Gozalishvili <contact@gozala.io>",
"Hector Sanjuan <code@hector.link>",
"André Costa Lima <andreclima.pt@gmail.com>",
"Olivério Sousa <47525443+oliveriosousa@users.noreply.github.com>",
"Roderik van der Veer <roderik@settlemint.com>",
"Stepan Yurtsiv <yurtsiv.stepan@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Leo <5376265+leoherzog@users.noreply.github.com>",
"bluelovers <codelovers@users.sourceforge.net>",
"Marcin Rataj <lidel@lidel.org>"
]
}
}

6

README.md

@@ -6,3 +6,3 @@ # js-ipfs-utils <!-- omit in toc -->

[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![Travis CI](https://flat.badgen.net/travis/ipfs/js-ipfs-utils)](https://travis-ci.com/ipfs/js-ipfs-utils)
[![Build Status](https://github.com/ipfs/js-ipfs-utils/actions/workflows/js-test-and-release.yml/badge.svg?branch=main)](https://github.com/ipfs/js-ipfs-utils/actions/workflows/js-test-and-release.yml)
[![Codecov branch](https://img.shields.io/codecov/c/github/ipfs/js-ipfs-utils/master.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs-utils)

@@ -27,6 +27,2 @@ [![Dependency Status](https://david-dm.org/ipfs/js-ipfs-utils.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-utils)

## Lead Maintainer <!-- omit in toc -->
[Hugo Dias](https://github.com/hugomrdias)
## Table of Contents <!-- omit in toc -->

@@ -33,0 +29,0 @@

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