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.4.0 to 4.5.0

lib/meta.d.ts

2

lib/index.d.ts
import type { RuleModule } from "./types";
import * as meta from "./meta";
declare const _default: {
meta: typeof meta;
configs: {

@@ -4,0 +6,0 @@ base: {

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -8,2 +31,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

const recommended_1 = __importDefault(require("./configs/recommended"));
const meta = __importStar(require("./meta"));
const configs = {

@@ -18,4 +42,5 @@ base: base_1.default,

module.exports = {
meta,
configs,
rules,
};

10

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

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

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

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

"eslint-plugin-regexp": "^1.0.0",
"eslint-plugin-toml": "^0.4.0",
"eslint-plugin-toml": "^0.5.0",
"eslint-plugin-vue": "^9.0.0",

@@ -99,3 +99,3 @@ "eslint-plugin-yml": "^1.0.0",

"mocha": "^10.0.0",
"monaco-editor": "^0.36.0",
"monaco-editor": "^0.38.0",
"nyc": "^15.1.0",

@@ -109,3 +109,3 @@ "prettier": "^2.2.1",

"stylelint-config-recommended-vue": "^1.0.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-stylus": "^0.18.0",

@@ -112,0 +112,0 @@ "typescript": "^5.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