Socket
Socket
Sign inDemoInstall

@sinclair/typebox

Package Overview
Dependencies
0
Maintainers
1
Versions
306
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.8 to 0.9.9

2

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

@@ -5,0 +5,0 @@ "author": "sinclairzx81",

@@ -272,12 +272,12 @@ export interface UserDefinedOptions {

items: T;
} & ArrayOptions & UserDefinedOptions;
} & ArrayOptions;
export declare type TNumber = {
type: 'number';
} & NumberOptions & UserDefinedOptions;
} & NumberOptions;
export declare type TInteger = {
type: 'integer';
} & NumberOptions & UserDefinedOptions;
} & NumberOptions;
export declare type TString = {
type: 'string';
} & StringOptions & UserDefinedOptions;
} & StringOptions;
export declare type TBoolean = {

@@ -284,0 +284,0 @@ type: 'boolean';

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