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.2 to 0.47.3

2

index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for eh-api-client 0.24.0

export declare class Client {
export interface Client {
fork(subUrl: string): Client;

@@ -15,0 +15,0 @@ request<T extends any>(method: string, options: Options, cb?: Callback<T> ): Promise<T>;

@@ -194,4 +194,2 @@ var

module.exports.Client = Client;
module.exports.Factory = Factory;
module.exports = Factory
module.exports = Factory;
{
"name": "eh-api-client",
"version": "0.47.2",
"version": "0.47.3",
"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