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.0.0-nightly-20220923026 to 0.0.0-nightly-20220923030237

dist/index.esm.js

60

CHANGELOG.md
# @backstage/plugin-tech-insights-common
## 0.0.0-nightly-20220923030237
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
## 0.2.6
### Patch Changes
- 29f782eb37: Updated dependency `@types/luxon` to `^3.0.0`.
## 0.2.6-next.0
### Patch Changes
- 29f782eb37: Updated dependency `@types/luxon` to `^3.0.0`.
## 0.2.5
### 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 +64,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 };

28

package.json
{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.0.0-nightly-20220923026",
"version": "0.0.0-nightly-20220923030237",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {

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

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

@@ -26,16 +28,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-20220923026"
"@backstage/types": "^1.0.0",
"@types/luxon": "^3.0.0",
"luxon": "^3.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20220923026"
"@backstage/cli": "^0.0.0-nightly-20220923030237"
},

@@ -45,2 +47,2 @@ "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