Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pothos/plugin-with-input

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pothos/plugin-with-input - npm Package Compare versions

Comparing version 4.0.0-next.5 to 4.0.0

17

CHANGELOG.md
# @pothos/plugin-with-input
## 4.0.0
### Major Changes
- 29841a8: Release Pothos v4 🎉 see https://pothos-graphql.dev/docs/migrations/v4 for more details
### Patch Changes
- c1e6dcb: update readmes
- 78c469d: rebuild with-input plugin
- bdcb8cd: Fix prismaFieldWithInput
- 03855c2: fix fieldWithInput when used with fieldWithAuth
- 4a7dc40: rebuild with-input plugin
- Updated dependencies [c1e6dcb]
- Updated dependencies [29841a8]
- @pothos/core@4.0.0
## 4.0.0-next.5

@@ -4,0 +21,0 @@

22

package.json
{
"name": "@pothos/plugin-with-input",
"version": "4.0.0-next.5",
"version": "4.0.0",
"description": "A Pothos plugin for defining fields with input objects",

@@ -34,17 +34,17 @@ "main": "./lib/index.js",

"access": "public",
"provenance": false
"provenance": true
},
"peerDependencies": {
"@pothos/core": "4.0.0-next.1",
"@pothos/core": "4.0.0",
"graphql": "^16.8.1"
},
"devDependencies": {
"@prisma/client": "^5.16.1",
"graphql": "^16.9.0",
"@prisma/client": "^5.16.2",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"prisma": "^5.16.1",
"@pothos/plugin-prisma": "4.0.0-next.4",
"@pothos/plugin-zod": "4.0.0-next.1",
"@pothos/core": "4.0.0-next.1",
"@pothos/test-utils": "2.0.0-next.1"
"prisma": "^5.16.2",
"@pothos/core": "4.0.0",
"@pothos/plugin-prisma": "4.0.0",
"@pothos/plugin-zod": "4.0.0",
"@pothos/test-utils": "2.0.0"
},

@@ -60,4 +60,4 @@ "scripts": {

"generate": "prisma generate",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
}
}
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