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.37
to
0.0.38
+10
-0
CHANGELOG.md
# @backstage/plugin-explore-react
## 0.0.38
### Patch Changes
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
- cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
- Updated dependencies
- @backstage/core-plugin-api@1.9.2
- @backstage/plugin-explore-common@0.0.2
## 0.0.37

@@ -4,0 +14,0 @@

+1
-1

@@ -22,2 +22,2 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';

export { ExploreTool, ExploreToolsConfig, exploreToolsConfigRef };
export { type ExploreTool, type ExploreToolsConfig, exploreToolsConfigRef };
{
"name": "@backstage/plugin-explore-react",
"version": "0.0.37",
"version": "0.0.38",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",

@@ -39,10 +39,10 @@ "backstage": {

"dependencies": {
"@backstage/core-plugin-api": "^1.9.1",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-explore-common": "^0.0.2"
},
"devDependencies": {
"@backstage/cli": "^0.26.0",
"@testing-library/dom": "^9.0.0",
"@backstage/cli": "^0.26.3",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^15.0.0",
"@types/react": "^16.13.1 || ^17.0.0"

@@ -49,0 +49,0 @@ },