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

@ts-rest/open-api

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-rest/open-api - npm Package Compare versions

Comparing version 3.23.0-beta.0 to 3.23.0

2

CHANGELOG.md
# @ts-rest/open-api
## 3.23.0-beta.0
## 3.23.0

@@ -5,0 +5,0 @@ ## 3.22.0

{
"name": "@ts-rest/open-api",
"version": "3.23.0-beta.0",
"version": "3.23.0",
"dependencies": {

@@ -10,3 +10,3 @@ "@anatine/zod-openapi": "^1.12.0",

"zod": "^3.0.0",
"@ts-rest/core": "3.23.0-beta.0"
"@ts-rest/core": "3.23.0"
},

@@ -13,0 +13,0 @@ "typedoc": {

@@ -56,2 +56,5 @@ # ts-rest

},
headers: z.object({
'x-pagination-page': z.coerce.number().optional(),
}),
},

@@ -78,2 +81,3 @@ });

const result = await client.getPosts({
headers: { 'x-pagination-page': 1 },
query: { skip: 0, take: 10 },

@@ -100,4 +104,4 @@ // ^-- Fully typed!

<div align="center" style={{margin: "50px"}}>
<h2>👉 Read more on the official <a href="https://ts-rest.com/docs/quickstart?utm_source=github&utm_medium=documentation&utm_campaign=readme">Quickstart Guide</a>👈</h2>
<div align="center">
<h3>👉 Read more on the official <a href="https://ts-rest.com/docs/quickstart?utm_source=github&utm_medium=documentation&utm_campaign=readme">Quickstart Guide</a> 👈</h3>
</div>

@@ -125,2 +129,3 @@

<td align="center" valign="top" width="14.28%"><a href="http://rifaldhiaw.com"><img src="https://avatars.githubusercontent.com/u/7936061?v=4?s=100" width="100px;" alt="Rifaldhi AW"/><br /><sub><b>Rifaldhi AW</b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=rifaldhiaw" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jwcode-uk"><img src="https://avatars.githubusercontent.com/u/30149596?v=4?s=100" width="100px;" alt="Jonathan White "/><br /><sub><b>Jonathan White </b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=Jwcode-uk" title="Code">💻</a> <a href="https://github.com/ts-rest/ts-rest/commits?author=Jwcode-uk" title="Documentation">📖</a></td>
</tr>

@@ -127,0 +132,0 @@ </tbody>

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