Skip to content

Commit abf683f

Browse files
Cleanup
1 parent f15ed28 commit abf683f

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ VSIOC is a real-time Visual Studio Code extension for extracting IOCs, including
77

88
## Usage
99

10-
You can install this extension under the VS Code extensions tab by searching "vsioc" or by visiting my [publisher page](https://marketplace.visualstudio.com/publishers/azazelm3dj3d).
10+
You can install this extension under the VS Code extensions tab by searching "vsioc" or by visiting my [publisher page](https://marketplace.visualstudio.com/publishers/battleoverflow).
1111

1212
Another way to install the extension is by using Visual Studio Code's built-in command prompt. You can open this prompt by pressing `ctrl + p` on your keyboard.
1313

1414
Once the prompt is open, you can install the extension by using the following command:
1515

1616
```
17-
ext install azazelm3dj3d.vsioc
17+
ext install battleoverflow.vsioc
1818
```
1919

2020
Here's a full list of the IOCs currently being extracted:

assets/style/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Owner: azazelm3dj3d (https://github.com/azazelm3dj3d)
3-
Project: vsioc (https://github.com/azazelm3dj3d/vsioc)
2+
Owner: battleoverflow (https://github.com/battleoverflow)
3+
Project: vsioc (https://github.com/battleoverflow/vsioc)
44
License: GPL v3
55
*/
66

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"name": "vsioc",
33
"displayName": "vsioc",
44
"description": "Visual Studio Code IOC Extractor",
5-
"version": "1.0.1",
6-
"publisher": "azazelm3dj3d",
7-
"homepage": "https://github.com/azazelm3dj3d/vsioc",
5+
"version": "1.0.2",
6+
"publisher": "battleoverflow",
7+
"homepage": "https://github.com/battleoverflow/vsioc",
88
"license": "GPL-3.0",
99
"author": {
10-
"name": "azazelm3dj3d",
11-
"url": "https://github.com/azazelm3dj3d"
10+
"name": "battleoverflow",
11+
"url": "https://github.com/battleoverflow"
1212
},
1313
"funding": [
1414
{
1515
"type": "github",
16-
"url": "https://github.com/sponsors/azazelm3dj3d/"
16+
"url": "https://github.com/sponsors/battleoverflow/"
1717
}
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/azazelm3dj3d/vsioc"
21+
"url": "https://github.com/battleoverflow/vsioc"
2222
},
2323
"engines": {
2424
"vscode": "^1.61.0"
@@ -38,7 +38,7 @@
3838
"cybersecurity"
3939
],
4040
"__metadata": {
41-
"publisherDisplayName": "azazelm3dj3d"
41+
"publisherDisplayName": "battleoverflow"
4242
},
4343
"activationEvents": [
4444
"onCommand:vsioc.openview.focus",

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
Owner: azazelm3dj3d (https://github.com/azazelm3dj3d)
3-
Project: vsioc (https://github.com/azazelm3dj3d/vsioc)
2+
Owner: battleoverflow (https://github.com/battleoverflow)
3+
Project: vsioc (https://github.com/battleoverflow/vsioc)
44
License: GPL v3
55
*/
66

0 commit comments

Comments
 (0)