pixellint 0.12.0 → 0.14.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 +2 -2
- package/package.json +1 -1
- package/wasm/pixellint_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -35,9 +35,9 @@ finding.targets[0]; // { component: "whole_url", start: 0, end: 46, ... }
|
|
|
35
35
|
- URL conformance, transport, credentials, fragments, and ad-tech macro handling
|
|
36
36
|
- IAB consent signals: TCF `gdpr` and `gdpr_consent`, the deprecated US Privacy
|
|
37
37
|
string, and GPP `gpp` and `gpp_sid`
|
|
38
|
-
- Vendor parameter contracts for
|
|
38
|
+
- Vendor parameter contracts for thirty-seven endpoint families, each cited to the
|
|
39
39
|
vendor's own documentation
|
|
40
|
-
- Endpoint attribution for
|
|
40
|
+
- Endpoint attribution for 92 vendors, so an unrecognized pixel still gets a name.
|
|
41
41
|
|
|
42
42
|
## API
|
|
43
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixellint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "Validator for pixels, postbacks, conversion API payloads, and tracking URLs: spec-backed core rules, vendor rulepacks, and endpoint attribution",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Aleks <aleks@vastlint.org>",
|
package/wasm/pixellint_bg.wasm
CHANGED
|
Binary file
|