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

@pothos/plugin-scope-auth

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pothos/plugin-scope-auth - npm Package Compare versions

Comparing version 3.13.1 to 3.14.0

esm/index.d.ts

6

CHANGELOG.md
# Change Log
## 3.14.0
### Minor Changes
- 11929311: Update type definitions to work with module: "nodeNext"
## 3.13.1

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

24

package.json
{
"name": "@pothos/plugin-scope-auth",
"version": "3.13.1",
"version": "3.14.0",
"description": "A Pothos plugin for adding scope based authorization checks to your GraphQL Schema",

@@ -9,5 +9,9 @@ "main": "./lib/index.js",

"exports": {
"types": "./dts/index.d.ts",
"import": "./esm/index.js",
"require": "./lib/index.js"
"import": {
"default": "./esm/index.js"
},
"require": {
"types": "./dts/index.d.ts",
"default": "./lib/index.js"
}
},

@@ -43,10 +47,10 @@ "repository": {

"devDependencies": {
"@pothos/core": "3.21.1",
"@pothos/plugin-prisma": "3.34.1",
"@pothos/plugin-relay": "3.27.1",
"@pothos/test-utils": "1.3.1",
"@prisma/client": "^4.3.1",
"@pothos/core": "3.22.0",
"@pothos/plugin-prisma": "3.35.0",
"@pothos/plugin-relay": "3.28.0",
"@pothos/test-utils": "1.4.0",
"@prisma/client": "^4.4.0",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"prisma": "^4.3.1"
"prisma": "^4.4.0"
},

@@ -53,0 +57,0 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc",

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