Socket
Socket
Sign inDemoInstall

@backstage/plugin-search-backend-node

Package Overview
Dependencies
Maintainers
4
Versions
1021
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/plugin-search-backend-node - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1-next.0

8

CHANGELOG.md
# @backstage/plugin-search-backend-node
## 0.5.1-next.0
### Patch Changes
- 3e54f6c436: Use `@backstage/plugin-search-common` package instead of `@backstage/search-common`.
- Updated dependencies
- @backstage/plugin-search-common@0.3.1-next.0
## 0.5.0

@@ -4,0 +12,0 @@

4

dist/index.d.ts
/// <reference types="node" />
import { SearchEngine, DocumentCollatorFactory, DocumentDecoratorFactory, DocumentTypeInfo, IndexableDocument, SearchQuery, QueryTranslator, SearchResultSet } from '@backstage/search-common';
export { SearchEngine } from '@backstage/search-common';
import { SearchEngine, DocumentCollatorFactory, DocumentDecoratorFactory, DocumentTypeInfo, IndexableDocument, SearchQuery, QueryTranslator, SearchResultSet } from '@backstage/plugin-search-common';
export { SearchEngine } from '@backstage/plugin-search-common';
import { Logger } from 'winston';

@@ -5,0 +5,0 @@ import lunr from 'lunr';

{
"name": "@backstage/plugin-search-backend-node",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
"version": "0.5.0",
"version": "0.5.1-next.0",
"main": "dist/index.cjs.js",

@@ -27,3 +27,3 @@ "types": "dist/index.d.ts",

"@backstage/errors": "^0.2.2",
"@backstage/search-common": "^0.3.0",
"@backstage/plugin-search-common": "^0.3.1-next.0",
"@types/lunr": "^2.3.3",

@@ -35,4 +35,4 @@ "lodash": "^4.17.21",

"devDependencies": {
"@backstage/backend-common": "^0.12.0",
"@backstage/cli": "^0.15.0"
"@backstage/backend-common": "^0.13.0-next.0",
"@backstage/cli": "^0.15.2-next.0"
},

@@ -42,3 +42,3 @@ "files": [

],
"gitHead": "04bb0dd824b78f6b57dac62c3015e681f094045c"
"gitHead": "e90d3ed129ebfce978f1adfa40c1dc2cef3f7e65"
}

Sorry, the diff of this file is not supported yet

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