ipfs-unixfs
Advanced tools
Comparing version 4.0.3 to 4.0.4-rc.0
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65443
1
1