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

@ts-rest/express

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-rest/express - npm Package Compare versions

Comparing version

to
3.39.2

2

CHANGELOG.md
# @ts-rest/express
## 3.39.2
## 3.39.1

@@ -4,0 +6,0 @@

2

package.json
{
"name": "@ts-rest/express",
"version": "3.39.1",
"version": "3.39.2",
"peerDependencies": {

@@ -5,0 +5,0 @@ "express": "^4.0.0",

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

```typescript
const contract = c.contract({
const contract = c.router({
getPosts: {

@@ -56,0 +56,0 @@ method: 'GET',