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

@ts-rest/core

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-rest/core - npm Package Compare versions

Comparing version 3.27.0-rc.0 to 3.27.0

11

CHANGELOG.md
# @ts-rest/core
## 3.27.0-rc.0
## 3.27.0
### Patch Changes
- 55411ad: Upgrade zod to 3.21.4
Upgrade @anatine/zod-openapi to 2.0.1
## 3.26.4
## 3.26.3
## 3.26.2

@@ -6,0 +15,0 @@

3

index.js

@@ -274,4 +274,3 @@ 'use strict';

headers: {
...(body !== null &&
body !== undefined && { 'content-type': 'application/json' }),
'content-type': 'application/json',
...combinedHeaders,

@@ -278,0 +277,0 @@ },

{
"name": "@ts-rest/core",
"version": "3.27.0-rc.0",
"version": "3.27.0",
"description": "RPC-like experience over a regular REST API, with type safe server implementations ๐Ÿช„",

@@ -27,3 +27,3 @@ "license": "MIT",

"peerDependencies": {
"zod": "^3.0.0"
"zod": "^3.21.0"
},

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

@@ -55,3 +55,3 @@ # ts-rest

Fulfil the contract on your sever, with a type-safe router:
Fulfil the contract on your server, with a type-safe router:

@@ -125,2 +125,3 @@ ```typescript

<td align="center" valign="top" width="14.28%"><a href="https://github.com/baryla"><img src="https://avatars.githubusercontent.com/u/10336085?v=4?s=100" width="100px;" alt="Adrian Barylski"/><br /><sub><b>Adrian Barylski</b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=baryla" title="Code">๐Ÿ’ป</a> <a href="https://github.com/ts-rest/ts-rest/commits?author=baryla" title="Documentation">๐Ÿ“–</a> <a href="https://github.com/ts-rest/ts-rest/commits?author=baryla" title="Tests">โš ๏ธ</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://nad.dev"><img src="https://avatars.githubusercontent.com/u/6670753?v=4?s=100" width="100px;" alt="Neil A. Dobson"/><br /><sub><b>Neil A. Dobson</b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=neildobson-au" title="Code">๐Ÿ’ป</a></td>
</tr>

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

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