ipfs-utils
Advanced tools
Comparing version 0.7.2 to 0.7.3-rc.91
{ | ||
"name": "ipfs-utils", | ||
"version": "0.7.2", | ||
"version": "0.7.3-rc.91+763d2a0", | ||
"description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem", | ||
"main": "src/index.js", | ||
"author": "Hugo Dias <hugomrdias@gmail.com>", | ||
"homepage": "https://github.com/ipfs/js-ipfs-utils", | ||
"bugs": "https://github.com/ipfs/js-ipfs-utils/issues", | ||
"homepage": "https://github.com/ipfs/js-ipfs", | ||
"bugs": "https://github.com/ipfs/js-ipfs/issues", | ||
"leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>", | ||
@@ -14,3 +14,6 @@ "files": [ | ||
], | ||
"repository": "github:ipfs/js-ipfs-utils", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ipfs/js-ipfs.git" | ||
}, | ||
"scripts": { | ||
@@ -23,10 +26,9 @@ "test": "aegir test", | ||
"lint": "aegir lint", | ||
"release": "aegir release --docs", | ||
"release-minor": "aegir release --type minor --docs", | ||
"release-major": "aegir release --type major --docs", | ||
"build": "aegir build" | ||
"build": "aegir build", | ||
"clean": "rm -rf ./dist", | ||
"dep-check": "aegir dep-check" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"buffer": "^5.2.1", | ||
"buffer": "^5.4.2", | ||
"err-code": "^2.0.0", | ||
@@ -41,3 +43,3 @@ "fs-extra": "^8.1.0", | ||
"devDependencies": { | ||
"aegir": "^20.4.1", | ||
"aegir": "^21.3.0", | ||
"chai": "^4.2.0", | ||
@@ -56,3 +58,4 @@ "chai-as-promised": "^7.1.1", | ||
"fs-extra": false | ||
} | ||
}, | ||
"gitHead": "763d2a058b6800fdfa0d744bad7f0a136e59e0cd" | ||
} |
@@ -61,3 +61,3 @@ # js-ipfs-utils | ||
Check out our [contributing document](https://github.com/ipfs/community/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). | ||
Check out our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). | ||
@@ -64,0 +64,0 @@ ## License |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3
26692
13
497
2
Updatedbuffer@^5.4.2