Socket
Socket
Sign inDemoInstall

ajv

Package Overview
Dependencies
Maintainers
2
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

1

dist/compile/validate/index.d.ts

@@ -41,1 +41,2 @@ import type { AddedKeywordDefinition, AnySchemaObject, KeywordErrorCxt, KeywordCxtParams } from "../../types";

}
export declare function getData($data: string, { dataLevel, dataNames, dataPathArr }: SchemaCxt): Code | number;

3

dist/compile/validate/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeywordCxt = exports.validateFunctionCode = void 0;
exports.getData = exports.KeywordCxt = exports.validateFunctionCode = void 0;
const boolSchema_1 = require("./boolSchema");

@@ -506,2 +506,3 @@ const dataType_1 = require("./dataType");

}
exports.getData = getData;
//# sourceMappingURL=index.js.map

@@ -531,3 +531,6 @@ import type {

const RELATIVE_JSON_POINTER = /^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/
function getData($data: string, {dataLevel, dataNames, dataPathArr}: SchemaCxt): Code | number {
export function getData(
$data: string,
{dataLevel, dataNames, dataPathArr}: SchemaCxt
): Code | number {
let jsonPointer

@@ -534,0 +537,0 @@ let data: Code

{
"name": "ajv",
"version": "8.0.0",
"version": "8.0.1",
"description": "Another JSON Schema Validator",

@@ -5,0 +5,0 @@ "main": "dist/ajv.js",

Sorry, the diff of this file is not supported yet

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