🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@backstage/plugin-permission-react

Package Overview
Dependencies
Maintainers
3
Versions
781
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.4.33

13

CHANGELOG.md
# @backstage/plugin-permission-react
## 0.4.33
### Patch Changes
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
- Updated dependencies
- @backstage/core-plugin-api@1.10.6
- @backstage/config@1.3.2
- @backstage/plugin-permission-common@0.8.4
## 0.4.33-next.0

@@ -4,0 +17,0 @@

12

package.json
{
"name": "@backstage/plugin-permission-react",
"version": "0.4.33-next.0",
"version": "0.4.33",
"backstage": {

@@ -45,10 +45,10 @@ "role": "web-library",

"dependencies": {
"@backstage/config": "1.3.2",
"@backstage/core-plugin-api": "1.10.6-next.0",
"@backstage/plugin-permission-common": "0.8.4",
"@backstage/config": "^1.3.2",
"@backstage/core-plugin-api": "^1.10.6",
"@backstage/plugin-permission-common": "^0.8.4",
"swr": "^2.0.0"
},
"devDependencies": {
"@backstage/cli": "0.32.0-next.2",
"@backstage/test-utils": "1.7.7-next.0",
"@backstage/cli": "^0.32.0",
"@backstage/test-utils": "^1.7.7",
"@testing-library/jest-dom": "^6.0.0",

@@ -55,0 +55,0 @@ "@testing-library/react": "^16.0.0",