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
0
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 3.49.0 to 3.49.1

index.esm.mjs

6

CHANGELOG.md
# @ts-rest/express
## 3.49.1
### Patch Changes
- b31454f: All ts-rest libraries are now packaged in a better way to be compatible with as many bundlers as possible. The @tanstack/react-query `No QueryClient set` error should also occur much less now.
## 3.49.0

@@ -4,0 +10,0 @@

10

package.json
{
"name": "@ts-rest/express",
"version": "3.49.0",
"version": "3.49.1",
"repository": {

@@ -13,9 +13,9 @@ "type": "git",

".": {
"module": "./index.esm.js",
"import": "./index.cjs.mjs",
"default": "./index.cjs.js"
"import": "./index.esm.mjs",
"require": "./index.cjs.js",
"types": "./index.cjs.d.ts"
}
},
"main": "./index.cjs.js",
"module": "./index.esm.js",
"module": "./index.esm.mjs",
"peerDependencies": {

@@ -22,0 +22,0 @@ "@ts-rest/core": "~3.49.0",

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