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-20220623347 to 0.0.0-nightly-20220713025014

dist/index.esm.js

41

CHANGELOG.md
# @backstage/plugin-tech-insights-common
## 0.0.0-nightly-20220713025014
### Patch Changes
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
## 0.2.5-next.0
### Patch Changes
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
## 0.2.4
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
## 0.2.3
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/types@0.1.3
## 0.2.2
### Patch Changes
- c77c5c7eb6: Added `backstage.role` to `package.json`
- Updated dependencies
- @backstage/types@0.1.2
## 0.2.1
### Patch Changes
- a60eb0f0dd: adding new operation to run checks for multiple entities in one request
## 0.2.0

@@ -4,0 +45,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 };

23

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

@@ -13,2 +13,5 @@ "types": "dist/index.d.ts",

},
"backstage": {
"role": "common-library"
},
"homepage": "https://backstage.io",

@@ -26,16 +29,16 @@ "repository": {

"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli clean"
"build": "backstage-cli package build",
"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"
},
"dependencies": {
"@types/luxon": "^2.0.5",
"luxon": "^2.0.2",
"@backstage/types": "^0.0.0-nightly-20220623347"
"luxon": "^3.0.0",
"@backstage/types": "^1.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20220623347"
"@backstage/cli": "0.0.0-nightly-20220713025014"
},

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