Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

v8r

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8r - npm Package Versions

134

1.0.0

Diff

Changelog

Source

📦 1.0.0 - 2023-03-12

Version 1.0.0 contains no new features and no bug fixes. The one change in this release is that the project now publishes a SemVer compatibility statement.

chris48s
published 0.14.0 •

Changelog

Source

📦 0.14.0 - 2023-01-28

  • Throw an error if multiple versions of a schema are found in the catalog, instead of assuming the latest version
chris48s
published 0.13.1 •

Changelog

Source

📦 0.13.1 - 2022-12-10

  • Resolve external $refs in local schemas
chris48s
published 0.13.0 •

Changelog

Source

📦 0.13.0 - 2022-06-11

  • Overhaul of CLI output/machine-readable output. Validation results are sent to stdout. Log messages are now sent to stderr only. Pass --format [text|json] (default: text) to specify what is sent to stdout.
chris48s
published 0.12.0 •

Changelog

Source

📦 0.12.0 - 2022-05-07

  • Add config file. See https://github.com/chris48s/v8r/blob/main/README.md#configuration for more details.
chris48s
published 0.11.1 •

Changelog

Source

📦 0.11.1 - 2022-03-03

  • Fix: call minimatch with {dot: true}, fixes #174
chris48s
published 0.11.0 •

Changelog

Source

📦 0.11.0 - 2022-02-27

  • Drop compatibility with node 12, now requires node ^14.13.1 || >=15.0.0
  • Upgrade to got 12 internally
  • Call ajv with allErrors flag
chris48s
published 0.10.1 •

Changelog

Source

📦 0.10.1 - 2022-01-06

  • Fix --version flag when installed globally in some environments
chris48s
published 0.10.0 •

Changelog

Source

📦 0.10.0 - 2022-01-03

  • Accept multiple filenames or globs as positional args. e.g:
    v8r file1.json file2.json 'dir/*.yaml'
    
chris48s
published 0.9.0 •

Changelog

Source

📦 0.9.0 - 2021-12-27

  • Accept glob pattern instead of filename. It is now possible to validate multiple files at once. e.g:
    v8r '{file1.json,file2.json}'
    v8r 'files/*'
    
  • Improvements to terminal output styling
  • .jsonc and .json5 files can now be validated
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