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.30.5 to 3.31.0

index.cjs.d.ts

2

CHANGELOG.md
# @ts-rest/open-api
## 3.31.0
## 3.30.5

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

19

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

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

"peerDependencies": {
"zod": "^3.22.3",
"@ts-rest/core": "3.30.5"
"zod": "^3.22.3"
},
"module": "./index.mjs",
"main": "./index.js",
"types": "./src/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./src/index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
"module": "./index.esm.js",
"import": "./index.cjs.mjs",
"default": "./index.cjs.js"
}
}
},
"module": "./index.esm.js",
"main": "./index.cjs.js"
}
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