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

@ts-rest/open-api

Package Overview
Dependencies
Maintainers
1
Versions
122
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.30.3 to 3.30.4

7

CHANGELOG.md
# @ts-rest/open-api
## 3.30.4
### Patch Changes
- 10dff96: - fix: address `zod` [CVE](https://nvd.nist.gov/vuln/detail/CVE-2023-4316) with bump `@ts-rest` peer dependency `zod` to minimum `^3.22.3`
- ref PR: https://github.com/colinhacks/zod/pull/2824
## 3.30.3

@@ -4,0 +11,0 @@

6

package.json
{
"name": "@ts-rest/open-api",
"version": "3.30.3",
"version": "3.30.4",
"dependencies": {

@@ -9,4 +9,4 @@ "@anatine/zod-openapi": "^1.12.0",

"peerDependencies": {
"zod": "^3.21.0",
"@ts-rest/core": "3.30.3"
"zod": "^3.22.3",
"@ts-rest/core": "3.30.4"
},

@@ -13,0 +13,0 @@ "module": "./index.mjs",

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