Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jupiterone/graph-bugcrowd

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/graph-bugcrowd - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0

4

CHANGELOG.md

@@ -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 @@

2

dist/steps/fetch-bounties/converters.js

@@ -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

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