foxguard 0.3.3 → 0.4.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 CHANGED
@@ -45,6 +45,6 @@ foxguard is built around fast local feedback.
45
45
 
46
46
  ## More
47
47
 
48
- - [GitHub](https://github.com/peaktwilight/foxguard)
48
+ - [GitHub](https://github.com/PwnKit-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 = "peaktwilight/foxguard";
10
+ const REPO = "PwnKit-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.3.3",
3
+ "version": "0.4.0",
4
4
  "description": "Security scanner as fast as a linter. 100+ built-in rules, 10 languages, sub-second scans.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/peaktwilight/foxguard.git"
8
+ "url": "https://github.com/PwnKit-Labs/foxguard.git"
9
9
  },
10
10
  "homepage": "https://foxguard.dev",
11
11
  "keywords": [