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

eh-api-client

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eh-api-client - npm Package Compare versions

Comparing version 0.24.3 to 0.24.4

12

index.d.ts

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

declare module "eh-api-client" {
class Client {
declare class Client {
fork(subUrl): Client;

@@ -22,5 +21,5 @@ request(method): Promise<any>;

prototype: any;
}
}
class APIFactory {
declare class APIFactory {
Client: Client;

@@ -39,5 +38,4 @@ getClientByContext(context: any): Client;

delete(options, body?, cb?): Promise<any>;
}
}
export = APIFactory
}
export = APIFactory
{
"name": "eh-api-client",
"version": "0.24.3",
"version": "0.24.4",
"description": "Node.js rest client",

@@ -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