Socket
Socket
Sign inDemoInstall

hubkit

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubkit - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

13

index.d.ts

@@ -46,3 +46,14 @@ export default class Hubkit {

onSend?(cause: 'initial' | 'retry' | 'page'): number; // returns timeout
onError?(error: Error & {status?: number, timeout?: boolean}):
onError?(error: Error & {
status?: number,
data?: any,
errors?: any,
method?: string,
path?: string,
request?: any,
response?: any,
logTag?: string,
fingerprint?: string[],
timeout?: boolean,
}):
undefined | typeof Hubkit.RETRY | typeof Hubkit.DONT_RETRY | any;

@@ -49,0 +60,0 @@ }

2

package.json
{
"name": "hubkit",
"version": "4.0.1",
"version": "4.0.2",
"description": "GitHub API library for JavaScript, promise-based, for both NodeJS and the browser",

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

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