@jupiterone/graph-bugcrowd
Advanced tools
Comparing version 0.4.0 to 1.0.0
@@ -11,2 +11,6 @@ # Changelog | ||
## [1.0.0] - 2022-05-13 | ||
- BREAKING: rename property `target` -> `targets` for BountySubmissionEntity | ||
## [0.4.0] - 2021-08-12 | ||
@@ -13,0 +17,0 @@ |
@@ -69,3 +69,3 @@ "use strict"; | ||
open: data.substate !== 'resolved', | ||
target: (_a = data.target) === null || _a === void 0 ? void 0 : _a.name, | ||
targets: (_a = data.target) === null || _a === void 0 ? void 0 : _a.name, | ||
rewards: (_b = data.monetary_rewards) === null || _b === void 0 ? void 0 : _b.map((r) => r.amount), | ||
@@ -72,0 +72,0 @@ totalAmountAwarded: (_c = data.monetary_rewards) === null || _c === void 0 ? void 0 : _c.reduce((a, b) => a + b.amount, 0), |
{ | ||
"name": "@jupiterone/graph-bugcrowd", | ||
"version": "0.4.0", | ||
"version": "1.0.0", | ||
"description": "A graph conversion tool for https://bugcrowd.com/", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
192535
1
0