New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bedrock-validation

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock-validation - npm Package Versions

1345

5.2.0

Diff
dlongley
published 5.2.0 •

Changelog

Source

5.2.0 - 2021-07-23

Changed

  • Update peer dependencies; use bedrock@4.
msporny
published 5.1.0 •

Changelog

Source

5.1.0 - 2021-06-30

Added

  • Support linkedDataSignature2020 schema generator.
mattcollier
published 5.0.0 •

Changelog

Source

5.0.0 - 2021-03-19

Changed

  • BREAKING: Email pattern no longer supports uppercase chars.
mattcollier
published 4.5.0 •

Changelog

Source

4.5.0 - 2020-11-19

Added

  • Implement a new ES6 Map based cache for AJV schemas. This provides a significant peformance improvement over the default AJV caching mechanism.
mattcollier
published 4.4.0 •

Changelog

Source

4.4.0 - 2020-04-27

Added

  • Allow context in DID Login validator to be array with single context string.
mattcollier
published 4.3.0 •

Changelog

Source

4.3.0 - 2020-03-30

Changed

  • Increase character length of email domain labels per RFC 1034.
davidlehn
published 4.2.0 •

Changelog

Source

4.2.0 - 2019-11-08

Changed

  • Update dependencies.
mattcollier
published 4.1.0 •

Changelog

Source

4.1.0 - 2019-01-23

Added

  • Support verificationMethod in linkedDataSignature2018.
mattcollier
published 4.0.1 •

Changelog

Source

4.0.1 - 2018-12-17

Fixed

  • Add missing RsaSignature2018 type in LD signature schema.
mattcollier
published 4.0.0 •

Changelog

Source

4.0.0 - 2018-11-28

Changed

  • Remove async module dependency.
  • Return value is {valid: <bool>, error: <error>}