json-node-normalizer
json-node-normalizer copied to clipboard
'json-node-normalizer' - NodeJS module that normalize json data types from json schema specifications.
"normalize" method execute "deReferenceSchema" method for each call. That method could be expensive, To increase performance, it should be good to add cache option to avoid multiple calls especially if...
Example : In schema definition, if we have something like : ``` "enable": { "type": "boolean", "default": true }, ``` The normalization process should put the default value into the...
Why is this exclusive to node? It would be interesting to be able to use this in frontend.
We must analyze & reduce dependencies usage & transitive dependencies. The first exemple is 'winston' dependency that can be replaced by a zero dependency solution.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...