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

@backstage/plugin-permission-common

Package Overview
Dependencies
Maintainers
4
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/plugin-permission-common - npm Package Compare versions

Comparing version 0.0.0-nightly-20220412023410 to 0.0.0-nightly-20220413023505

11

CHANGELOG.md
# @backstage/plugin-permission-common
## 0.0.0-nightly-20220412023410
## 0.0.0-nightly-20220413023505

@@ -31,2 +31,11 @@ ### Minor Changes

## 0.6.0-next.1
### Patch Changes
- 2b07063d77: Added `PermissionEvaluator`, which will replace the existing `PermissionAuthorizer` interface. This new interface provides stronger type safety and validation by splitting `PermissionAuthorizer.authorize()` into two methods:
- `authorize()`: Used when the caller requires a definitive decision.
- `authorizeConditional()`: Used when the caller can optimize the evaluation of any conditional decisions. For example, a plugin backend may want to use conditions in a database query instead of evaluating each resource in memory.
## 0.6.0-next.0

@@ -33,0 +42,0 @@

4

package.json
{
"name": "@backstage/plugin-permission-common",
"description": "Isomorphic types and client for Backstage permissions and authorization",
"version": "0.0.0-nightly-20220412023410",
"version": "0.0.0-nightly-20220413023505",
"main": "dist/index.cjs.js",

@@ -51,3 +51,3 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20220412023410",
"@backstage/cli": "^0.0.0-nightly-20220413023505",
"@types/jest": "^26.0.7",

@@ -54,0 +54,0 @@ "msw": "^0.35.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