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

v8r

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8r - npm Package Compare versions

Comparing version 0.10.1 to 0.11.0

6

CHANGELOG.md
# Changelog
## 📦 [0.11.0](https://www.npmjs.com/package/v8r/v/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
## 📦 [0.10.1](https://www.npmjs.com/package/v8r/v/0.10.1) - 2022-01-06

@@ -4,0 +10,0 @@

10

package.json
{
"name": "v8r",
"version": "0.10.1",
"version": "0.11.0",
"description": "A command-line JSON and YAML validator that's on your wavelength",

@@ -32,7 +32,7 @@ "scripts": {

"glob": "^7.2.0",
"got": "^11.8.0",
"got": "^12.0.1",
"is-url": "^1.2.4",
"js-yaml": "^4.0.0",
"json5": "^2.2.0",
"minimatch": "^3.0.4",
"minimatch": "^5.0.1",
"yargs": "^17.0.1"

@@ -46,3 +46,3 @@ },

"eslint-config-prettier": "^8.1.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-prettier": "^4.0.0",

@@ -54,3 +54,3 @@ "mocha": "^9.0.0",

"engines": {
"node": "^12.20.0 || ^14.13.1 || >=15.0.0"
"node": "^14.13.1 || >=15.0.0"
},

@@ -57,0 +57,0 @@ "type": "module",

@@ -14,3 +14,3 @@ import { createRequire } from "module";

const resolver = (url) => cache.fetch(url);
const opts = { loadSchema: resolver, strict: "log" };
const opts = { allErrors: true, loadSchema: resolver, strict: "log" };

@@ -17,0 +17,0 @@ if (

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