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
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock/validation - npm Package Versions

7.1.1

Diff

Changelog

Source

7.1.1 - 2024-11-14

Changed

  • Test and support Node.js 18, 20, 22.
  • Update dependencies:
    • ajv@6.12.6
    • klona@2.0.6
  • Update dev dependencies.
  • Fix lint issues.

Fixed

  • Errors now use the spelling occurred vs the typo occured.
    • NOTE: This typo is known to be present in many tests of error message and will require similar typo fixes.
dlongley
published 7.1.0 •

Changelog

Source

7.1.0 - 2022-10-16

Added

  • Added a validator for VerifiablePresentation
  • Added a validator for VerifiableCredential.

Changed

  • The credential and presentation schemas are now deprecated and will be removed in a future major release.
dlongley
published 7.0.0 •

Changelog

Source

7.0.0 - 2022-04-28

Changed

  • BREAKING: Update peer deps:
    • @bedrock/core@6.
dlongley
published 6.0.1 •

Changelog

Source

6.0.1 - 2022-04-01

Fixed

  • Use jsdoc-to-markdown@7.
dlongley
published 6.0.0 •

Changelog

Source

6.0.0 - 2022-04-01

Changed

  • BREAKING: Rename package to @bedrock/validation.
  • BREAKING: Convert to module (ESM).
  • BREAKING: Remove default export.
  • BREAKING: Require node 14.x.
  • BREAKING: All APIs now use options-style/named parameters.
  • BREAKING: When no schema can be found to match a given schema name, the error returned from validateInstance is now of type NotFoundError instead of UnknownSchema.

Removed

  • BREAKING: Remove deprecated validate function. Use validateInstance or createValidateMiddleware.
  • BREAKING: All callback-style APIs/parameters have been removed. Functions that validate instances are synchronous.
  • BREAKING: Removed obsolete graphSignature schema.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc