Socket
Socket
Sign inDemoInstall

eslint-plugin-json-schema-validator

Package Overview
Dependencies
Maintainers
2
Versions
316
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.8.0 to 4.8.1

2

lib/configs/base.d.ts

@@ -8,2 +8,2 @@ declare const _default: {

};
export default _default;
export = _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
module.exports = {
plugins: ["json-schema-validator"],

@@ -5,0 +4,0 @@ overrides: [

@@ -7,2 +7,2 @@ declare const _default: {

};
export default _default;
export = _default;

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

};
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = __importDefault(require("path"));

@@ -12,3 +11,3 @@ const base = require.resolve("./base");

: base;
exports.default = {
module.exports = {
extends: [baseExtend],

@@ -15,0 +14,0 @@ rules: {

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

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

"eslint-plugin-eslint-plugin": "^5.0.0",
"eslint-plugin-json-schema-validator": "^4.6.1",
"eslint-plugin-json-schema-validator": "~4.7.0",
"eslint-plugin-jsonc": "^2.0.0",

@@ -90,0 +90,0 @@ "eslint-plugin-markdown": "^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