New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.10-next.0 to 0.2.10

19

CHANGELOG.md
# @backstage/plugin-tech-insights-common
## 0.2.10
### Patch Changes
- 4024b37449: TechInsightsApi interface now has getFactSchemas() method.
TechInsightsClient now implements method getFactSchemas().
**BREAKING** FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common
These changes are **required** if you were importing this type directly.
```diff
- import { FactSchema } from '@backstage/plugin-tech-insights-node';
+ import { FactSchema } from '@backstage/plugin-tech-insights-common';
```
- Updated dependencies
- @backstage/types@1.0.2
## 0.2.10-next.0

@@ -4,0 +23,0 @@

4

package.json
{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.2.10-next.0",
"version": "0.2.10",
"main": "dist/index.cjs.js",

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

"devDependencies": {
"@backstage/cli": "^0.22.2-next.0"
"@backstage/cli": "^0.22.2"
},

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