@cyfrin/aderyn 0.5.13 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
@@ -25,6 +25,7 @@
|
|
25
25
|
|
26
26
|
[![Stargazers][stars-shield]][stars-url] [![Forks][forks-shield]][forks-url]
|
27
27
|
[![Contributors][contributors-shield]][contributors-url]
|
28
|
+
[![Release][release-shield]][release-url]
|
28
29
|
[![Issues][issues-shield]][issues-url]
|
29
30
|
[![GPL-3.0 License][license-shield]][license-url]
|
30
31
|
|
@@ -43,7 +44,7 @@ code with ease.
|
|
43
44
|
|
44
45
|
- Off the shelf support for Foundry projects.
|
45
46
|
- Off the shelf support for Hardhat projects. (Sometimes `remappings.txt` maybe required)
|
46
|
-
- Configuration file (`
|
47
|
+
- Configuration file (`aderyn.toml`) needed to support custom frameworks.
|
47
48
|
- Markdown, JSON and Sarif reports
|
48
49
|
|
49
50
|
## Installation
|
@@ -145,6 +146,8 @@ This project exists thanks to all the people who [contribute](/CONTRIBUTING.md).
|
|
145
146
|
[forks-url]: https://github.com/cyfrin/aderyn/network/members
|
146
147
|
[stars-shield]: https://img.shields.io/github/stars/cyfrin/aderyn
|
147
148
|
[stars-url]: https://github.com/cyfrin/aderyn/stargazers
|
149
|
+
[release-shield]: https://img.shields.io/github/v/release/Cyfrin/aderyn
|
150
|
+
[release-url]: https://github.com/Cyfrin/aderyn/releases
|
148
151
|
[issues-shield]: https://img.shields.io/github/issues/cyfrin/aderyn
|
149
152
|
[issues-url]: https://github.com/cyfrin/aderyn/issues
|
150
153
|
[license-shield]: https://img.shields.io/github/license/cyfrin/aderyn?logoColor=%23fff&color=blue
|
package/npm-shrinkwrap.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
"hasInstallScript": true,
|
24
24
|
"license": "MIT",
|
25
25
|
"name": "@cyfrin/aderyn",
|
26
|
-
"version": "0.
|
26
|
+
"version": "0.6.0"
|
27
27
|
},
|
28
28
|
"node_modules/@isaacs/cliui": {
|
29
29
|
"dependencies": {
|
@@ -713,5 +713,5 @@
|
|
713
713
|
}
|
714
714
|
},
|
715
715
|
"requires": true,
|
716
|
-
"version": "0.
|
716
|
+
"version": "0.6.0"
|
717
717
|
}
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"artifactDownloadUrl": "https://github.com/cyfrin/aderyn/releases/download/aderyn-v0.
|
2
|
+
"artifactDownloadUrl": "https://github.com/cyfrin/aderyn/releases/download/aderyn-v0.6.0",
|
3
3
|
"author": "Cyfrin <aderyn@cyfrin.io>",
|
4
4
|
"bin": {
|
5
5
|
"aderyn": "run-aderyn.js"
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"zipExt": ".tar.xz"
|
64
64
|
}
|
65
65
|
},
|
66
|
-
"version": "0.
|
66
|
+
"version": "0.6.0",
|
67
67
|
"volta": {
|
68
68
|
"node": "18.14.1",
|
69
69
|
"npm": "9.5.0"
|