Socket
Socket
Sign inDemoInstall

@ts-rest/nest

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-rest/nest - npm Package Compare versions

Comparing version 3.13.0 to 3.13.1

1

index.js

@@ -48,3 +48,2 @@ import { getRouteResponses, parseJsonQueryObject, checkZodSchema } from '@ts-rest/core';

if (!appRoute) {
// this will respond with a 500 error without revealing this error message in the response body
throw new Error('Make sure your route is decorated with @Api()');

@@ -51,0 +50,0 @@ }

8

package.json
{
"name": "@ts-rest/nest",
"version": "3.13.0",
"version": "3.13.1",
"description": "Nest server integration for @ts-rest",

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

"zod": "3.x.x",
"@ts-rest/core": "3.13.0"
"@ts-rest/core": "3.13.1"
},

@@ -40,2 +40,6 @@ "devDependencies": {

},
"typedoc": {
"entryPoint": "./src/index.ts",
"tsconfig": "./tsconfig.lib.json"
},
"module": "./index.js",

@@ -42,0 +46,0 @@ "main": "./index.cjs",

# ts-rest
<p align="center">
<img src="https://avatars.githubusercontent.com/u/109956939?s=400&u=8bf67b1281da46d64eab85f48255cd1892bf0885&v=4" height=150 />
<img src="https://avatars.githubusercontent.com/u/109956939?s=400&u=8bf67b1281da46d64eab85f48255cd1892bf0885&v=4" height="150"></img>
</p>

@@ -10,12 +10,10 @@

<a href="https://www.npmjs.com/package/@ts-rest/core">
<img src="https://img.shields.io/npm/v/@ts-rest/core.svg" alt="langue typescript">
<img src="https://img.shields.io/npm/v/@ts-rest/core.svg" alt="langue typescript"/>
</a>
<a href="https://www.npmjs.com/package/@ts-rest/core">
<img alt="npm" src="https://img.shields.io/npm/dw/@ts-rest/core">
</a>
<a href="https://github.com/ts-rest/ts-rest/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/ts-rest/ts-rest">
</a>
<img alt="GitHub Workflow Status" src="https://img.shields.io/bundlephobia/minzip/@ts-rest/core?label=%40ts-rest%2Fcore">
<img alt="GitHub Workflow Status" src="https://img.shields.io/discord/1055855205960392724">
<a href="https://www.npmjs.com/package/@ts-rest/core"/>
<img alt="npm" src="https://img.shields.io/npm/dw/@ts-rest/core"/>
<a href="https://github.com/ts-rest/ts-rest/blob/main/LICENSE"></a>
<img alt="GitHub" src="https://img.shields.io/github/license/ts-rest/ts-rest"/>
<img alt="GitHub Workflow Status" src="https://img.shields.io/bundlephobia/minzip/@ts-rest/core?label=%40ts-rest%2Fcore"/>
<img alt="GitHub Workflow Status" src="https://img.shields.io/discord/1055855205960392724"/>

@@ -56,4 +54,4 @@ </p>

<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 👈</h2>
<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>

@@ -60,0 +58,0 @@

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