@impeccable/detect 2.0.3 → 2.0.4
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/package.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Anti-Pattern Browser Detector for Impeccable
|
|
3
|
-
*
|
|
3
|
+
* Copyright (c) 2026 Paul Bakaus
|
|
4
|
+
* SPDX-License-Identifier: BSL-1.1
|
|
5
|
+
*
|
|
6
|
+
* GENERATED -- do not edit. Source: detect-antipatterns.mjs
|
|
4
7
|
* Rebuild: node scripts/build-browser-detector.js
|
|
5
8
|
*
|
|
6
9
|
* Usage: <script src="detect-antipatterns-browser.js"></script>
|
|
@@ -11,6 +14,8 @@ if (typeof window === 'undefined') return;
|
|
|
11
14
|
|
|
12
15
|
/**
|
|
13
16
|
* Anti-Pattern Detector for Impeccable
|
|
17
|
+
* Copyright (c) 2026 Paul Bakaus
|
|
18
|
+
* SPDX-License-Identifier: BSL-1.1
|
|
14
19
|
*
|
|
15
20
|
* Universal file — auto-detects environment (browser vs Node) and adapts.
|
|
16
21
|
*
|