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
3
Versions
499
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.7.7-next.0 to 0.7.7

9

CHANGELOG.md
# @backstage/plugin-permission-common
## 0.7.7
### Patch Changes
- Updated dependencies
- @backstage/errors@1.2.1
- @backstage/config@1.0.8
- @backstage/types@1.1.0
## 0.7.7-next.0

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

@@ -94,2 +94,8 @@ 'use strict';

var __defProp = Object.defineProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
return value;
};
const permissionCriteriaSchema = zod.z.lazy(

@@ -133,2 +139,4 @@ () => zod.z.object({

constructor(options) {
__publicField(this, "enabled");
__publicField(this, "discovery");
var _a;

@@ -135,0 +143,0 @@ this.discovery = options.discovery;

@@ -67,2 +67,8 @@ import { ResponseError } from '@backstage/errors';

var __defProp = Object.defineProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
return value;
};
const permissionCriteriaSchema = z.lazy(

@@ -106,2 +112,4 @@ () => z.object({

constructor(options) {
__publicField(this, "enabled");
__publicField(this, "discovery");
var _a;

@@ -108,0 +116,0 @@ this.discovery = options.discovery;

6

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

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

"@backstage/config": "^1.0.8",
"@backstage/errors": "^1.2.1-next.0",
"@backstage/errors": "^1.2.1",
"@backstage/types": "^1.1.0",

@@ -53,3 +53,3 @@ "cross-fetch": "^3.1.5",

"devDependencies": {
"@backstage/cli": "^0.22.9-next.0",
"@backstage/cli": "^0.22.9",
"msw": "^1.0.0"

@@ -56,0 +56,0 @@ },

Sorry, the diff of this file is not supported yet

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