New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@standard-schema/spec

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@standard-schema/spec - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-rc.0

4

dist/index.d.ts
/**
* The Standard Schema interface.
*/
type StandardSchemaV1<Input = unknown, Output = Input> = {
interface StandardSchemaV1<Input = unknown, Output = Input> {
/**

@@ -9,3 +9,3 @@ * The Standard Schema properties.

readonly "~standard": StandardSchemaV1.Props<Input, Output>;
};
}
declare namespace StandardSchemaV1 {

@@ -12,0 +12,0 @@ /**

{
"name": "@standard-schema/spec",
"description": "A standard interface for TypeScript schema validation libraries",
"version": "1.0.0-beta.4",
"version": "1.0.0-rc.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Colin McDonnell",

@@ -183,3 +183,3 @@ # Standard Schema Spec

These are the libraries that have already implemented the Standard Schema interface. Feel free to add your library to the list in ascending order by creating a pull request.
These are the libraries that have already implemented the Standard Schema interface. Feel free to add your library to the list **in ascending order** by creating a pull request.

@@ -190,9 +190,14 @@ ### Schema Libraries

- [Valibot](https://github.com/fabian-hiller/valibot): The modular and type safe schema library for validating structural data 🤖
- [Zod](https://github.com/colinhacks/zod) (v3.24+): TypeScript-first schema validation with static type inference
### Third Parties
- [Formwerk](https://github.com/formwerkjs/formwerk): A Vue.js Framework for building high-quality, accessible, delightful forms.
- [GQLoom](https://github.com/modevol-com/gqloom): Weave GraphQL schema and resolvers using Standard Schema.
- [Nuxt UI](https://github.com/nuxt/ui): A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
- [oRPC](https://github.com/unnoq/orpc): Typesafe API's Made Simple 🪄
- [TanStack Form](https://github.com/TanStack/form): 🤖 Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, and Lit.
- [TanStack Router](https://github.com/tanstack/router): A fully type-safe React router with built-in data fetching, stale-while revalidate caching and first-class search-param APIs.
- [tRPC](https://github.com/trpc/trpc): 🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
- [UploadThing](https://github.com/pingdotgg/uploadthing): File uploads for modern web devs

@@ -199,0 +204,0 @@ ## Background

Sorry, the diff of this file is not supported yet

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