Socket
Socket
Sign inDemoInstall

validate-value

Package Overview
Dependencies
11
Maintainers
5
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.3 to 9.4.0

3

build/lib/index.d.ts

@@ -0,1 +1,2 @@

import { Format } from 'ajv';
import { getDefaultAjvInstance } from './getDefaultAjvInstance';

@@ -7,3 +8,3 @@ import { isOfType } from './isOfType';

import { Parser } from './Parser';
export type { JsonSchema };
export type { Format, JsonSchema };
export { getDefaultAjvInstance, isOfType, parse, ParseError, Parser };

@@ -0,1 +1,8 @@

# [9.4.0](https://github.com/thenativeweb/validate-value/compare/9.3.3...9.4.0) (2022-06-23)
### Features
* export type 'Format' ([#432](https://github.com/thenativeweb/validate-value/issues/432)) ([16ec76b](https://github.com/thenativeweb/validate-value/commit/16ec76b78d0b8d5da019fbdffcd0a137a3293708))
## [9.3.3](https://github.com/thenativeweb/validate-value/compare/9.3.2...9.3.3) (2022-04-11)

@@ -2,0 +9,0 @@

@@ -0,1 +1,2 @@

import { Format } from 'ajv';
import { getDefaultAjvInstance } from './getDefaultAjvInstance';

@@ -8,3 +9,7 @@ import { isOfType } from './isOfType';

export type { JsonSchema };
export type {
Format,
JsonSchema
};
export {

@@ -11,0 +16,0 @@ getDefaultAjvInstance,

{
"name": "validate-value",
"version": "9.3.3",
"version": "9.4.0",
"description": "validate-value validates values against JSON schemas.",

@@ -34,3 +34,3 @@ "contributors": [

"ajv-formats": "2.1.1",
"defekt": "9.1.1",
"defekt": "9.2.0",
"json-schema": "0.4.0",

@@ -41,3 +41,3 @@ "typedescriptor": "4.0.14"

"assertthat": "6.5.2",
"roboter": "13.0.0",
"roboter": "13.1.0",
"semantic-release-configuration": "2.0.7"

@@ -44,0 +44,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc