Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sinclair/typebox

Package Overview
Dependencies
Maintainers
1
Versions
338
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.23.3 to 0.23.4

18

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

@@ -30,12 +30,12 @@ "keywords": [

"@sinclair/hammer": "^0.16.3",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.9",
"ajv": "^8.8.2",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.12",
"ajv": "^8.9.0",
"ajv-formats": "^2.1.1",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"tsd": "^0.19.0",
"typescript": "^4.5.2"
"chai": "^4.3.5",
"mocha": "^9.2.0",
"tsd": "^0.19.1",
"typescript": "^4.5.5"
}
}

@@ -66,2 +66,4 @@ export declare const ReadonlyOptionalModifier: unique symbol;

additionalProperties?: boolean;
minProperties?: number;
maxProperties?: number;
} & CustomOptions;

@@ -68,0 +70,0 @@ export declare type TDefinitions = {

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