Socket
Socket
Sign inDemoInstall

eslint-plugin-json-schema-validator

Package Overview
Dependencies
Maintainers
2
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-json-schema-validator - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

3

lib/rules/no-invalid.js

@@ -312,2 +312,5 @@ "use strict";

}
if (schemaData.fileMatch.some((s) => /^\*\.json$/u.test(s))) {
continue;
}
if (!matchFile(relativeFilename, schemaData.fileMatch)) {

@@ -314,0 +317,0 @@ continue;

6

package.json
{
"name": "eslint-plugin-json-schema-validator",
"version": "4.6.0",
"version": "4.6.1",
"description": "ESLint plugin that validates data using JSON Schema Validator.",

@@ -83,3 +83,3 @@ "repository": "git+https://github.com/ota-meshi/eslint-plugin-json-schema-validator.git",

"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",

@@ -99,3 +99,3 @@ "eslint-plugin-eslint-plugin": "^5.0.0",

"mocha": "^10.0.0",
"monaco-editor": "^0.40.0",
"monaco-editor": "^0.44.0",
"nyc": "^15.1.0",

@@ -102,0 +102,0 @@ "prettier": "^3.0.0",

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