watchmen-cli-win32-x64 0.0.1-security → 1.3.3

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/bin/.gitkeep ADDED
File without changes
package/bin/wm.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,24 @@
1
1
  {
2
2
  "name": "watchmen-cli-win32-x64",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.3.3",
4
+ "description": "Windows x86_64 binary for watchmen-cli (do not install directly — pulled in via watchmen-cli optionalDependencies)",
5
+ "homepage": "https://trywatchmen.cloud",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/watchmencli/watchmen-cli-public.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/watchmencli/watchmen-cli-public/issues"
12
+ },
13
+ "license": "MIT",
14
+ "author": "Cristiano Pereira da Silva Muniz, LLC",
15
+ "os": [
16
+ "win32"
17
+ ],
18
+ "cpu": [
19
+ "x64"
20
+ ],
21
+ "files": [
22
+ "bin/"
23
+ ]
6
24
  }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=watchmen-cli-win32-x64 for more information.