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
3
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-20230214023046 to 0.0.0-nightly-20230617022331

9

CHANGELOG.md
# @backstage/plugin-tech-insights-common
## 0.0.0-nightly-20230214023046
## 0.0.0-nightly-20230617022331
### Patch Changes
- Updated dependencies
- @backstage/types@0.0.0-nightly-20230617022331
## 0.2.10
### Patch Changes
- 4024b37449: TechInsightsApi interface now has getFactSchemas() method.

@@ -8,0 +15,0 @@ TechInsightsClient now implements method getFactSchemas().

8

dist/index.d.ts

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

*/
declare type FactResponse = {
type FactResponse = {
[id: string]: {

@@ -90,3 +90,3 @@ /**

*/
declare type CheckResult = {
type CheckResult = {
facts: FactResponse;

@@ -109,3 +109,3 @@ check: CheckResponse;

*/
declare type BulkCheckResponse = Array<{
type BulkCheckResponse = Array<{
entity: string;

@@ -122,3 +122,3 @@ results: CheckResult[];

*/
declare type FactSchema = {
type FactSchema = {
/**

@@ -125,0 +125,0 @@ * Name of the fact

{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.0.0-nightly-20230214023046",
"version": "0.0.0-nightly-20230617022331",
"main": "dist/index.cjs.js",

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

"dependencies": {
"@backstage/types": "^1.0.2",
"@backstage/types": "^0.0.0-nightly-20230617022331",
"@types/luxon": "^3.0.0",

@@ -41,7 +41,8 @@ "luxon": "^3.0.0"

"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20230214023046"
"@backstage/cli": "^0.0.0-nightly-20230617022331"
},
"files": [
"dist"
]
],
"module": "./dist/index.esm.js"
}
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