Socket
Socket
Sign inDemoInstall

eh-api-client

Package Overview
Dependencies
54
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.47.0 to 0.47.1

6

index.d.ts

@@ -6,5 +6,5 @@ // Type definitions for eh-api-client 0.24.0

interface OptionsObj extends Record<string, unknown> {
url?: string | string [];
url?: string | [string, ...unknown[]];
}
export type Options = OptionsObj | string | string[]
export type Options = OptionsObj | string | [string, ...unknown[]]

@@ -76,1 +76,3 @@ export type Callback<T extends any> = (err: unknown, data: T, res: unknown, req: unknown) => void

export default APIFactory
type A<a extends b, b = string> = {a: a}
{
"name": "eh-api-client",
"version": "0.47.0",
"version": "0.47.1",
"description": "Node.js rest client",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc