Socket
Socket
Sign inDemoInstall

jsonschema

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonschema - npm Package Compare versions

Comparing version 1.2.9 to 1.2.10

4

lib/index.d.ts

@@ -98,3 +98,3 @@ /*

allowUnknownAttributes?: boolean;
preValidateProperty?: function;
preValidateProperty?: PreValidatePropertyFunction;
rewrite?: RewriteFunction;

@@ -111,3 +111,3 @@ propertyName?: string;

export interface preValidatePropertyFunction {
export interface PreValidatePropertyFunction {
(instance: any, key: string, schema: Schema, options: Options, ctx: SchemaContext): any;

@@ -114,0 +114,0 @@ }

{
"author": "Tom de Grunt <tom@degrunt.nl>",
"name": "jsonschema",
"version": "1.2.9",
"version": "1.2.10",
"license": "MIT",

@@ -6,0 +6,0 @@ "dependencies": {},

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