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

zodios

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zodios - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

lib/api.d.ts

1

lib/index.d.ts
export { Zodios, ApiOf } from "./zodios";
export type { ZodiosEndpointDescription, ZodiosEnpointDescriptions, ZodiosOptions, ZodiosRequestOptions, Method, Paths, Body, AxiosRetryRequestConfig, } from "./zodios.types";
export { asApi } from "./api";

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Zodios = void 0;
exports.asApi = exports.Zodios = void 0;
var zodios_1 = require("./zodios");
Object.defineProperty(exports, "Zodios", { enumerable: true, get: function () { return zodios_1.Zodios; } });
var api_1 = require("./api");
Object.defineProperty(exports, "asApi", { enumerable: true, get: function () { return api_1.asApi; } });

@@ -70,2 +70,3 @@ import { AxiosInstance, AxiosRequestConfig } from "axios";

name: string;
description?: string;
type: "Query" | "Body" | "Header";

@@ -72,0 +73,0 @@ schema: z.ZodType<unknown>;

{
"name": "zodios",
"description": "Typescript API client with autocompletion and zod validations",
"version": "3.1.1",
"version": "3.1.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts",

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