Skip to content

Commit bdfd9b9

Browse files
committed
chore: update publisher from nolindnaidoo to OffensiveEdge
1 parent f74b75e commit bdfd9b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="https://open-vsx.org/extension/OffensiveEdge/regex-le">
1212
<img src="https://img.shields.io/badge/Install%20from-Open%20VSX-blue?style=for-the-badge&logo=visualstudiocode" alt="Install from Open VSX" />
1313
</a>
14-
<a href="https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.regex-le">
14+
<a href="https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.regex-le">
1515
<img src="https://img.shields.io/badge/Install%20from-VS%20Code-blue?style=for-the-badge&logo=visualstudiocode" alt="Install from VS Code" />
1616
</a>
1717
</p>
@@ -67,7 +67,7 @@ Perfect for testing patterns, extracting data, and validating regex security.
6767
## 🙏 Thank You
6868

6969
If Regex-LE saves you time, a quick rating helps other developers discover it:
70-
[Open VSX](https://open-vsx.org/extension/OffensiveEdge/regex-le)[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.regex-le)
70+
[Open VSX](https://open-vsx.org/extension/OffensiveEdge/regex-le)[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.regex-le)
7171

7272
---
7373

@@ -147,7 +147,7 @@ const vulnerable = /(a+)+b/; // ⚠️ Valid but ReDoS vulnerable
147147

148148
## 🚀 Quick Start
149149

150-
1. Install from [Open VSX](https://open-vsx.org/extension/OffensiveEdge/regex-le) or [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.regex-le)
150+
1. Install from [Open VSX](https://open-vsx.org/extension/OffensiveEdge/regex-le) or [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.regex-le)
151151
2. Open any file with regex patterns (JavaScript, Python, or any text file)
152152
3. Run `Regex-LE: Extract Matches` to see all patterns in your file
153153
4. Use `Test Regex` or `Validate Regex` to test/validate the extracted patterns

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regex-le",
3-
"publisher": "nolindnaidoo",
3+
"publisher": "OffensiveEdge",
44
"displayName": "Regex-LE",
55
"description": "Zero-Hassle Regex Extraction & Validation - Test, extract, and validate regular expressions directly inside VS Code with real-time match previews, performance scoring, and built-in ReDoS detection.",
66
"version": "1.7.0",

0 commit comments

Comments
 (0)