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-20230919021144 to 0.0.0-nightly-20240420021132

12

CHANGELOG.md
# @backstage/plugin-tech-insights-common
## 0.0.0-nightly-20230919021144
## 0.0.0-nightly-20240420021132
### Patch Changes
- 4565cda: These packages have been migrated to the [backstage/community-plugins](https://github.com/backstage/community-plugins) repository.
- Updated dependencies
- @backstage/types@1.1.1
## 0.2.12
### Patch Changes
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
- Updated dependencies
- @backstage/types@0.0.0-nightly-20230919021144
- @backstage/types@1.1.1

@@ -11,0 +19,0 @@ ## 0.2.12-next.0

2

dist/index.d.ts

@@ -158,2 +158,2 @@ import { DateTime } from 'luxon';

export { BooleanCheckResult, BulkCheckResponse, CheckResponse, CheckResult, FactResponse, FactSchema };
export type { BooleanCheckResult, BulkCheckResponse, CheckResponse, CheckResult, FactResponse, FactSchema };
{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.0.0-nightly-20230919021144",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"version": "0.0.0-nightly-20240420021132",
"backstage": {
"role": "common-library",
"moved": "@backstage-community/plugin-tech-insights-common"
},
"publishConfig": {

@@ -12,5 +13,6 @@ "access": "public",

},
"backstage": {
"role": "common-library"
},
"keywords": [
"backstage",
"tech-insights"
],
"homepage": "https://backstage.io",

@@ -22,18 +24,20 @@ "repository": {

},
"keywords": [
"backstage",
"tech-insights"
"license": "Apache-2.0",
"sideEffects": false,
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"clean": "backstage-cli package clean"
"start": "backstage-cli backend:dev",
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/types": "^0.0.0-nightly-20230919021144",
"@backstage/types": "^1.1.1",
"@types/luxon": "^3.0.0",

@@ -43,8 +47,6 @@ "luxon": "^3.0.0"

"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20230919021144"
"@backstage/cli": "^0.0.0-nightly-20240420021132"
},
"files": [
"dist"
],
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-tech-insights-common instead.",
"module": "./dist/index.esm.js"
}

@@ -1,3 +0,3 @@

# Tech Insights Common
# Deprecated
Common types and functionalities for tech insights shared in an isomorphic manner between BE and FE implementations.
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-tech-insights-common` instead.
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