schema-shield 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  SchemaShield is a secure interpreter for JSON Schema engineered for strict environments and complex domain logic. It prioritizes **architectural stability** and **developer experience** over raw synthetic throughput.
6
6
 
7
7
  > 🏆 **Fastest JSON Schema Validator on Bun** — 2.5x faster than ajv, 4x faster than schemasafe
8
- >
9
- > 📊 **#3 fastest on Node.js** — 70% ajv speed, 50x faster than jsonschema
8
+ >
9
+ > 📊 **#3 fastest on Node.js** — 70% ajv speed, 50x faster than others
10
10
 
11
11
  ## Quick Start
12
12
 
@@ -1146,6 +1146,12 @@ If you are interested in contributing, please follow these steps:
1146
1146
 
1147
1147
  We appreciate your interest in contributing to SchemaShield and look forward to your valuable input. Together, we can make SchemaShield an even better library for the community.
1148
1148
 
1149
+ ## Acknowledgments
1150
+
1151
+ - **ajv**: The gold standard for JSON Schema validation. Your performance sets the bar and drives the entire ecosystem forward.
1152
+
1153
+ - **@exodus/schemasafe**: Your interpreter-first approach validates that security-first architectures can still deliver strong performance. Competing with you makes us better.
1154
+
1149
1155
  ## Legal
1150
1156
 
1151
1157
  Author: [Masquerade Circus](http://masquerade-circus.net).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "schema-shield",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A fast library that protects your JSON schema from invalid data.",
5
5
  "repository": "git@github.com:Masquerade-Circus/schema-shield.git",
6
6
  "author": "Masquerade <christian@masquerade-circus.net>",