Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@backstage/plugin-tech-insights-common

Package Overview
Dependencies
Maintainers
4
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/plugin-tech-insights-common - npm Package Compare versions

Comparing version 0.0.0-nightly-202201122931 to 0.0.0-nightly-202201323044

8

CHANGELOG.md
# @backstage/plugin-tech-insights-common
## 0.0.0-nightly-202201323044
### Patch Changes
- a60eb0f0dd: adding new operation to run checks for multiple entities in one request
- Updated dependencies
- @backstage/types@0.0.0-nightly-202201323044
## 0.2.0

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

11

dist/index.d.ts

@@ -102,3 +102,12 @@ import { DateTime } from 'luxon';

}
/**
* Response type for bulk check opretation. Contains a list of entities and their respective check results.
*
* @public
*/
declare type BulkCheckResponse = Array<{
entity: string;
results: CheckResult[];
}>;
export { BooleanCheckResult, CheckResponse, CheckResult, FactResponse };
export { BooleanCheckResult, BulkCheckResponse, CheckResponse, CheckResult, FactResponse };

6

package.json
{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.0.0-nightly-202201122931",
"version": "0.0.0-nightly-202201323044",
"main": "dist/index.cjs.js",

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

"luxon": "^2.0.2",
"@backstage/types": "^0.0.0-nightly-202201122931"
"@backstage/types": "^0.0.0-nightly-202201323044"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-202201122931"
"@backstage/cli": "^0.0.0-nightly-202201323044"
},

@@ -41,0 +41,0 @@ "files": [

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