New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@backstage/plugin-explore-react

Package Overview
Dependencies
Maintainers
3
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
0.0.38
to
0.0.39
+9
-0
CHANGELOG.md
# @backstage/plugin-explore-react
## 0.0.39
### Patch Changes
- c2112f2: These packages have been migrated to the [backstage/community-plugins](https://github.com/backstage/community-plugins) repository.
- Updated dependencies
- @backstage/plugin-explore-common@0.0.3
- @backstage/core-plugin-api@1.9.2
## 0.0.38

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

+6
-4
{
"name": "@backstage/plugin-explore-react",
"version": "0.0.38",
"version": "0.0.39",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",
"backstage": {
"role": "web-library"
"role": "web-library",
"moved": "@backstage-community/plugin-explore-react"
},

@@ -40,6 +41,6 @@ "publishConfig": {

"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-explore-common": "^0.0.2"
"@backstage/plugin-explore-common": "^0.0.3"
},
"devDependencies": {
"@backstage/cli": "^0.26.3",
"@backstage/cli": "^0.26.4",
"@testing-library/dom": "^10.0.0",

@@ -55,3 +56,4 @@ "@testing-library/jest-dom": "^6.0.0",

},
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-explore-react instead.",
"module": "./dist/index.esm.js"
}

@@ -1,4 +0,3 @@

# explore-react
# Deprecated
This package provides helpers to the `explore` plugin that can be imported by
any other plugin or app.
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-explore-react` instead.