Socket
Socket
Sign inDemoInstall

@keystonejs/app-version

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keystonejs/app-version - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

9

CHANGELOG.md
# @keystonejs/app-version
## 1.0.2
### Patch Changes
- [`64c0d68ac`](https://github.com/keystonejs/keystone/commit/64c0d68acb1ee969097a8fe59b5c296473790c5c) [#2650](https://github.com/keystonejs/keystone/pull/2650) Thanks [@Vultraz](https://github.com/Vultraz)! - Added the boilerplate for subscription support to the providers (no functionality yet).
- Updated dependencies [[`839666e25`](https://github.com/keystonejs/keystone/commit/839666e25d8bffefd034e6344e11d72dd43b925b)]:
- @keystonejs/access-control@6.0.0
## 1.0.1

@@ -4,0 +13,0 @@

@@ -27,2 +27,5 @@ const { parseCustomAccess } = require('@keystonejs/access-control');

}
getSubscriptions({}) {
return [];
}

@@ -38,2 +41,5 @@ getTypeResolvers({}) {

}
getSubscriptionResolvers({}) {
return {};
}
}

@@ -40,0 +46,0 @@

4

package.json
{
"name": "@keystonejs/app-version",
"description": "KeystoneJS App Version Plugin",
"version": "1.0.1",
"version": "1.0.2",
"author": "The KeystoneJS Development Team",

@@ -11,5 +11,5 @@ "license": "MIT",

"dependencies": {
"@keystonejs/access-control": "^5.2.0"
"@keystonejs/access-control": "^6.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/app-version"
}
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