New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zhi-fetch-middleware

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zhi-fetch-middleware - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

2

dist/index.d.ts
import CommonFetchClient from "./lib/commonFetchClient";
import { ICommonFetchClient } from "./lib/types";
export { CommonFetchClient };
export { type ICommonFetchClient };

3

dist/lib/commonFetchClient.d.ts

@@ -1,2 +0,3 @@

declare class CommonFetchClient {
import { ICommonFetchClient } from "./types";
declare class CommonFetchClient implements ICommonFetchClient {
private readonly appInstance;

@@ -3,0 +4,0 @@ private readonly logger;

{
"name": "zhi-fetch-middleware",
"version": "0.9.0",
"version": "0.9.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "an intermediate tier prepared for fetch requests",

{
"name": "zhi-fetch-middleware",
"version": "0.9.1",
"version": "0.10.0",
"type": "module",

@@ -5,0 +5,0 @@ "description": "an intermediate tier prepared for fetch requests",

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