Socket
Socket
Sign inDemoInstall

@sinclair/typebox

Package Overview
Dependencies
Maintainers
1
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sinclair/typebox - npm Package Compare versions

Comparing version 0.20.3 to 0.20.4

2

package.json
{
"name": "@sinclair/typebox",
"version": "0.20.3",
"version": "0.20.4",
"description": "JSONSchema Type Builder with Static Type Resolution for TypeScript",

@@ -5,0 +5,0 @@ "keywords": [

@@ -386,3 +386,3 @@ <div align='center'>

You can pass additional JSON schema properties on the last argument of any given type. The following are some examples.
You can pass additional JSON schema options on the last argument of any given type. The following are some examples.

@@ -389,0 +389,0 @@ ```typescript

@@ -63,6 +63,2 @@ export declare const ReadonlyOptionalModifier: unique symbol;

} & CustomOptions;
export declare type IndexedOptions = {
minProperties?: number;
maxProperties?: number;
} & CustomOptions;
export declare type ObjectOptions = {

@@ -69,0 +65,0 @@ additionalProperties?: boolean;

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