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.0.1 to 4.0.2

3

lib/rules/no-invalid.js

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

const catalog = (0, schema_1.loadJson)(CATALOG_URL, context);
if (!catalog) {
return null;
}
const schemas = catalog.schemas;

@@ -54,0 +57,0 @@ for (const schemaData of schemas) {

8

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

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

"prettier": "^2.2.1",
"prettier-plugin-pkg": "^0.16.0",
"prettier-plugin-pkg": "^0.17.0",
"raw-loader": "^4.0.1",

@@ -102,4 +102,4 @@ "request": "^2.88.2",

"stylelint-config-recommended-vue": "^1.0.0",
"stylelint-config-standard": "^27.0.0",
"stylelint-stylus": "^0.16.1",
"stylelint-config-standard": "^28.0.0",
"stylelint-stylus": "^0.17.0",
"typescript": "^4.0.0",

@@ -106,0 +106,0 @@ "vue-eslint-editor": "^1.1.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