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 6.0.8 to 6.0.9

20

package.json
{
"name": "ipfs-unixfs",
"version": "6.0.8",
"version": "6.0.9",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",

@@ -22,14 +22,2 @@ "license": "Apache-2.0 OR MIT",

"types": "types/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"types/*",
"types/src/*"
],
"types/*": [
"types/*",
"types/src/*"
]
}
},
"files": [

@@ -153,6 +141,5 @@ "*",

"build": "aegir build && cp -R types dist",
"clean": "rimraf ./dist",
"clean": "rimraf ./dist ./types",
"lint": "aegir ts -p check && aegir lint",
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html",
"dep-check": "aegir dep-check -i mkdirp -i @types/mocha -i nyc -i npm-run-all -i copy -i util",
"dep-check": "aegir dep-check -i mkdirp -i npm-run-all -i copy -i util",
"release": "semantic-release"

@@ -169,3 +156,2 @@ },

"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"uint8arrays": "^3.0.0",

@@ -172,0 +158,0 @@ "util": "^0.12.3"

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