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.7.0 to 4.7.1

2

lib/utils/validator-factory.js

@@ -207,3 +207,3 @@ "use strict";

for (const p of paths) {
if (/^[$_a-z][\w$]*$/iu.test(p)) {
if (/^[$a-z_][\w$]*$/iu.test(p)) {
if (result) {

@@ -210,0 +210,0 @@ result += `.${p}`;

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

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

"synckit": "^0.8.0",
"toml-eslint-parser": "^0.6.0",
"toml-eslint-parser": "^0.7.0",
"tunnel-agent": "^0.6.0",

@@ -94,3 +94,3 @@ "yaml-eslint-parser": "^1.0.0"

"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-regexp": "^1.0.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-toml": "^0.6.0",

@@ -97,0 +97,0 @@ "eslint-plugin-vue": "^9.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