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-20220303023541 to 0.0.0-nightly-20220305022735

15

CHANGELOG.md
# @backstage/search-common
## 0.0.0-nightly-20220303023541
## 0.0.0-nightly-20220305022735
### Patch Changes
- d52155466a: **DEPRECATION**
The `@backstage/search-common` package is being renamed `@backstage/plugin-search-common`. We may continue to publish changes to `@backstage/search-common` for a time, but will stop doing so in the near future. If you depend on this package, you should update your dependencies to point at the renamed package.
- Updated dependencies
- @backstage/plugin-search-common@0.0.0-nightly-20220305022735
## 0.3.0
### Minor Changes

@@ -24,3 +35,3 @@

- Updated dependencies
- @backstage/plugin-permission-common@0.0.0-nightly-20220303023541
- @backstage/plugin-permission-common@0.5.2

@@ -27,0 +38,0 @@ ## 0.2.4

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var pluginSearchCommon = require('@backstage/plugin-search-common');
Object.keys(pluginSearchCommon).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return pluginSearchCommon[k]; }
});
});
//# sourceMappingURL=index.cjs.js.map

2

dist/index.esm.js

@@ -1,2 +0,2 @@

export * from '@backstage/plugin-search-common';
//# sourceMappingURL=index.esm.js.map
{
"name": "@backstage/search-common",
"description": "Common functionalities for Search, to be shared between various search-enabled plugins",
"version": "0.0.0-nightly-20220303023541",
"version": "0.0.0-nightly-20220305022735",
"main": "dist/index.cjs.js",

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

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

@@ -50,0 +47,0 @@ "roots": [

# @backstage/search-common
**WARNING**: This package is moving to `@backstage/plugin-search-common`.
Please update any dependencies you may have, as this package will no longer be
published or updated in the near future.
Common functionalities for Search, to be shared between various search-enabled plugins.

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