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.3 to 1.0.4

2

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

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

@@ -27,3 +27,3 @@ const request = require("request-promise-native");

const result = await request(options).catch(function (err) {
console.log(err);
throw new Error(err);
});

@@ -69,3 +69,3 @@

}).catch(function (err) {
console.log(err);
throw new Error(err);
});

@@ -72,0 +72,0 @@ }

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