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

hackerone-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hackerone-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "hackerone-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "A node.js client to interact with the Hackerone api",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -8,4 +8,13 @@ ![](img/hackerone_node.png)

Setup
```
npm install hackerone-client --save
```
Create the client object using your Hackerone API key and key name:
```
var HackeroneClient = require('hackerone-client');
const Hackerone = new HackeroneClient(process.env.HACKERONE_API_KEY,

@@ -12,0 +21,0 @@ process.env.HACKERONE_API_KEY_NAME);

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