You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@sinclair/typebox

Package Overview
Dependencies
Maintainers
1
Versions
385
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.27.9
to
0.27.10
+3
-5
package.json
{
"name": "@sinclair/typebox",
"version": "0.27.9",
"version": "0.27.10",
"description": "JSONSchema Type Builder with Static Type Resolution for TypeScript",

@@ -38,2 +38,3 @@ "keywords": [

"@sinclair/hammer": "^0.17.1",
"@typescript/native-preview": "^7.0.0-dev.20260203.1",
"@types/chai": "^4.3.3",

@@ -47,7 +48,4 @@ "@types/mocha": "^9.1.1",

"prettier": "^2.7.1",
"typescript": "^5.0.2"
},
"dependencies": {
"@typescript/native-preview": "^7.0.0-dev.20260203.1"
"typescript": "5.0.2"
}
}