New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@backstage/plugin-search-common

Package Overview
Dependencies
Maintainers
3
Versions
479
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-nightly-20240319021037 to 0.0.0-nightly-20240612021718

22

CHANGELOG.md
# @backstage/plugin-search-common
## 0.0.0-nightly-20240319021037
## 0.0.0-nightly-20240612021718
### Patch Changes
- d44a20a: Added additional plugin metadata to `package.json`.
- Updated dependencies
- @backstage/plugin-permission-common@0.0.0-nightly-20240612021718
- @backstage/types@1.1.1
## 1.2.12-next.0
### Patch Changes
- d44a20a: Added additional plugin metadata to `package.json`.
- Updated dependencies
- @backstage/plugin-permission-common@0.7.14-next.0
- @backstage/types@1.1.1
## 1.2.11
### Patch Changes
- 744c0cb: Deprecate `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` in favor of the types exported from `@backstage/plugin-search-backend-node`.
- Updated dependencies
- @backstage/plugin-permission-common@0.0.0-nightly-20240319021037
- @backstage/plugin-permission-common@0.7.13
- @backstage/types@1.1.1

@@ -11,0 +29,0 @@

2

dist/index.d.ts

@@ -218,2 +218,2 @@ /// <reference types="node" />

export { DocumentCollatorFactory, DocumentDecoratorFactory, DocumentTypeInfo, IndexableDocument, IndexableResult, IndexableResultSet, QueryRequestOptions, QueryTranslator, Result, ResultHighlight, ResultSet, SearchDocument, SearchEngine, SearchQuery, SearchResult, SearchResultSet };
export type { DocumentCollatorFactory, DocumentDecoratorFactory, DocumentTypeInfo, IndexableDocument, IndexableResult, IndexableResultSet, QueryRequestOptions, QueryTranslator, Result, ResultHighlight, ResultSet, SearchDocument, SearchEngine, SearchQuery, SearchResult, SearchResultSet };
{
"name": "@backstage/plugin-search-common",
"version": "0.0.0-nightly-20240319021037",
"version": "0.0.0-nightly-20240612021718",
"description": "Common functionalities for Search, to be shared between various search-enabled plugins",
"backstage": {
"role": "common-library"
"role": "common-library",
"pluginId": "search",
"pluginPackages": [
"@backstage/plugin-search",
"@backstage/plugin-search-backend",
"@backstage/plugin-search-common",
"@backstage/plugin-search-react"
]
},

@@ -47,9 +54,9 @@ "publishConfig": {

"dependencies": {
"@backstage/plugin-permission-common": "^0.0.0-nightly-20240319021037",
"@backstage/plugin-permission-common": "^0.0.0-nightly-20240612021718",
"@backstage/types": "^1.1.1"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20240319021037"
"@backstage/cli": "^0.0.0-nightly-20240612021718"
},
"module": "./dist/index.esm.js"
}
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