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

@backstage/search-common

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/search-common - npm Package Compare versions

Comparing version 0.0.0-nightly-20220217022146 to 0.0.0-nightly-20220303023541

38

CHANGELOG.md
# @backstage/search-common
## 0.0.0-nightly-20220217022146
## 0.0.0-nightly-20220303023541
### Minor Changes
- 022507c860: **BREAKING**
The Backstage Search Platform's indexing process has been rewritten as a stream
pipeline in order to improve efficiency and performance on large document sets.
The concepts of `Collator` and `Decorator` have been replaced with readable and
transform object streams (respectively), as well as factory classes to
instantiate them. Accordingly, the `SearchEngine.index()` method has also been
replaced with a `getIndexer()` factory method that resolves to a writable
object stream.
Check [this upgrade guide](https://backstage.io/docs/features/search/how-to-guides#how-to-migrate-from-search-alpha-to-beta)
for further details.
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.0.0-nightly-20220303023541
## 0.2.4
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/types@0.1.3
- @backstage/plugin-permission-common@0.5.1
## 0.2.3
### Patch Changes
- c77c5c7eb6: Added `backstage.role` to `package.json`
- Updated dependencies
- @backstage/plugin-permission-common@0.0.0-nightly-20220217022146
- @backstage/types@0.0.0-nightly-20220217022146
- @backstage/plugin-permission-common@0.5.0
- @backstage/types@0.1.2

@@ -12,0 +44,0 @@ ## 0.2.2

8

package.json
{
"name": "@backstage/search-common",
"description": "Common functionalities for Search, to be shared between various search-enabled plugins",
"version": "0.0.0-nightly-20220217022146",
"version": "0.0.0-nightly-20220303023541",
"main": "dist/index.cjs.js",

@@ -42,7 +42,7 @@ "types": "dist/index.d.ts",

"dependencies": {
"@backstage/types": "^0.0.0-nightly-20220217022146",
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220217022146"
"@backstage/types": "^0.1.3",
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220303023541"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20220217022146"
"@backstage/cli": "^0.0.0-nightly-20220303023541"
},

@@ -49,0 +49,0 @@ "jest": {

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