Socket
Socket
Sign inDemoInstall

nestjs-zod-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-zod-config - npm Package Compare versions

Comparing version 1.2.0 to 1.2.3

4

dist/zod.config.d.ts

@@ -30,2 +30,4 @@ import { Type } from '@nestjs/common';

*/
export declare const ZodConfig: <Schema extends UnknownZodSchema>(schema: Schema) => Type<ZodConfigService<Schema, z.TypeOf<Schema>>>;
export declare const ZodConfig: <Schema extends UnknownZodSchema>(schema: Schema) => Type<ZodConfigService<Schema, z.TypeOf<Schema>>> & {
zodSchema: UnknownZodSchema;
};
{
"name": "nestjs-zod-config",
"version": "1.2.0",
"version": "1.2.3",
"description": "NestJS module to load, type and validate configuration using Zod",

@@ -5,0 +5,0 @@ "keywords": [

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