schema-inspector

Schema-Inspector is a simple JavaScript object sanitization and validation module.

MIT License

Downloads
73.4K
Stars
504
Committers
21

Bot releases are visible (Hide)

schema-inspector - v2.1.0 Latest Release

Published by mattwelke about 1 year ago

schema-inspector - v2.0.3

Published by mattwelke over 1 year ago

schema-inspector - v2.0.2

Published by mattwelke almost 2 years ago

What's Changed

Full Changelog: https://github.com/schema-inspector/schema-inspector/compare/v2.0.1...v2.0.2

schema-inspector - v2.0.1

Published by mattwelke almost 2 years ago

What's Changed

Full Changelog: https://github.com/schema-inspector/schema-inspector/compare/2.0.0...v2.0.1

schema-inspector - v2.0.0

Published by mattwelke over 3 years ago

To fix a security vulnerability (CVE-2021-21267) in the 1.x.x email Regex expression used, a new Regex expression was used which may be less flexible than the expression used in 1.x.x. Therefore, version 2.0.0 was released with this new expression. It's highly-recommended to upgrade to this new version after testing it.

If you need the old, insecure behavior, use version 1.x.x or use the custom validation function feature for your field and perform email address validation any way you like.

schema-inspector - v1.7.0

Published by mattwelke over 4 years ago

schema-inspector - v1.6.10

Published by Atinux over 4 years ago

  • fix #77: change version of async dep to ~2.6.3 for IE compatibility (PR #80 by @mattwelke)
schema-inspector - v1.6.9

Published by Atinux over 4 years ago

schema-inspector - v1.6.8

Published by Atinux almost 8 years ago

Fix

  • Fix reason unkown to unknown (issue #55 )
schema-inspector - v1.6.7

Published by Atinux almost 8 years ago

Feature

  • Add .reason field in the error result (see #54)