@cyfrin/aderyn 0.5.8 → 0.5.11

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 CHANGED
@@ -36,7 +36,8 @@
36
36
 
37
37
  You can read the [Cyfrin official documentation](https://cyfrin.gitbook.io/cyfrin-docs/aderyn-cli/readme) for an in-depth look at Aderyn's functionalities.
38
38
 
39
- There is also an officially supported [VSCode extension](https://github.com/Cyfrin/vscode-aderyn/) for Aderyn. Download from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Cyfrin.aderyn&ssr=false#overview) and start identifying vulnerabilities in your Solidity code with ease.
39
+ There is also an officially supported [VSCode extension](https://github.com/Cyfrin/vscode-aderyn/) for Aderyn. Download from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Cyfrin.aderyn&ssr=false#overview) and start identifying vulnerabilities in your Solidity
40
+ code with ease.
40
41
 
41
42
  ## Features
42
43
 
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@cyfrin/aderyn",
26
- "version": "0.5.8"
26
+ "version": "0.5.11"
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.5.8"
716
+ "version": "0.5.11"
717
717
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/cyfrin/aderyn/releases/download/aderyn-v0.5.8",
2
+ "artifactDownloadUrl": "https://github.com/cyfrin/aderyn/releases/download/aderyn-v0.5.11",
3
3
  "author": "Cyfrin <aderyn@cyfrin.io>",
4
4
  "bin": {
5
5
  "aderyn": "run-aderyn.js"
@@ -61,23 +61,9 @@
61
61
  "aderyn": "aderyn"
62
62
  },
63
63
  "zipExt": ".tar.xz"
64
- },
65
- "x86_64-unknown-linux-musl-dynamic": {
66
- "artifactName": "aderyn-x86_64-unknown-linux-musl.tar.xz",
67
- "bins": {
68
- "aderyn": "aderyn"
69
- },
70
- "zipExt": ".tar.xz"
71
- },
72
- "x86_64-unknown-linux-musl-static": {
73
- "artifactName": "aderyn-x86_64-unknown-linux-musl.tar.xz",
74
- "bins": {
75
- "aderyn": "aderyn"
76
- },
77
- "zipExt": ".tar.xz"
78
64
  }
79
65
  },
80
- "version": "0.5.8",
66
+ "version": "0.5.11",
81
67
  "volta": {
82
68
  "node": "18.14.1",
83
69
  "npm": "9.5.0"