Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ipfs-unixfs

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-unixfs - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4-rc.0

13

package.json
{
"name": "ipfs-unixfs",
"version": "4.0.3",
"version": "4.0.4-rc.0+bab1985",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",

@@ -18,3 +18,3 @@ "leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",

"clean": "rimraf ./dist",
"lint": "aegir ts --check && aegir lint",
"lint": "aegir ts -p check && aegir lint",
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html",

@@ -41,3 +41,3 @@ "depcheck": "aegir dep-check -i mkdirp -i @types/mocha -i nyc -i npm-run-all -i copy -i util"

"@types/mocha": "^8.2.1",
"aegir": "^33.1.0",
"aegir": "^34.0.0",
"copy": "^0.3.2",

@@ -60,5 +60,8 @@ "mkdirp": "^1.0.4",

"eslintConfig": {
"extends": "ipfs"
"extends": "ipfs",
"ignorePatterns": [
"src/unixfs.d.ts"
]
},
"gitHead": "dc2d40013fecca7bdfa72161c7a43b0a3cffb27b"
"gitHead": "bab1985e3f80c17dc94b0e9448ac993bfe78488a"
}
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