Huge News!Announcing our $40M Series B led by Abstract Ventures.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-20217521743 to 0.0.0-nightly-202191622432

13

CHANGELOG.md
# @backstage/search-common
## 0.0.0-nightly-20217521743
## 0.2.0
### Minor Changes
- a13f21cdc: Implement optional `pageCursor` based paging in search.
To use paging in your app, add a `<SearchResultPager />` to your
`SearchPage.tsx`.
## 0.1.3
### Patch Changes

@@ -75,3 +84,3 @@

- Updated dependencies
- @backstage/config@0.0.0-nightly-20217521743
- @backstage/config@0.1.6

@@ -78,0 +87,0 @@ ## 0.1.2

4

dist/index.d.ts

@@ -7,3 +7,3 @@ import { JsonObject } from '@backstage/config';

types?: string[];
pageCursor: string;
pageCursor?: string;
}

@@ -16,2 +16,4 @@ interface SearchResult {

results: SearchResult[];
nextPageCursor?: string;
previousPageCursor?: string;
}

@@ -18,0 +20,0 @@ /**

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

@@ -39,6 +39,6 @@ "types": "dist/index.d.ts",

"dependencies": {
"@backstage/config": "^0.0.0-nightly-20217521743"
"@backstage/config": "^0.1.6"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20217521743"
"@backstage/cli": "^0.0.0-nightly-202191622432"
},

@@ -45,0 +45,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