foxguard 0.8.0 → 0.8.1
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 +1 -1
- package/bin/foxguard +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,6 +45,6 @@ foxguard is built around fast local feedback.
|
|
|
45
45
|
|
|
46
46
|
## More
|
|
47
47
|
|
|
48
|
-
- [GitHub](https://github.com/
|
|
48
|
+
- [GitHub](https://github.com/0sec-labs/foxguard)
|
|
49
49
|
- [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=peaktwilight.foxguard)
|
|
50
50
|
- [foxguard.dev](https://foxguard.dev)
|
package/bin/foxguard
CHANGED
|
@@ -7,7 +7,7 @@ const os = require("os");
|
|
|
7
7
|
const https = require("https");
|
|
8
8
|
|
|
9
9
|
const VERSION = require("../package.json").version;
|
|
10
|
-
const REPO = "
|
|
10
|
+
const REPO = "0sec-labs/foxguard";
|
|
11
11
|
|
|
12
12
|
// Platform mapping: [node os, node arch] -> GitHub release asset suffix
|
|
13
13
|
const PLATFORM_MAP = {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxguard",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "A security scanner as fast as a linter, written in Rust. 170+ built-in rules across 10 languages.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/0sec-labs/foxguard.git"
|
|
9
9
|
},
|
|
10
10
|
"homepage": "https://foxguard.dev",
|
|
11
11
|
"keywords": [
|