Socket
Socket
Sign inDemoInstall

18h

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

18h - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

2

dist/@types/valid-structure.d.ts
import { ZodFirstPartySchemaTypes, ZodNull } from "zod";
export declare type NonNullableValidStructure = ZodFirstPartySchemaTypes;
export declare type NonNullableValidStructure = Exclude<ZodFirstPartySchemaTypes, ZodNull>;
export declare type ValidStructure = NonNullableValidStructure | ZodNull;
import { ZodFirstPartySchemaTypes, ZodNull } from "zod";
export type NonNullableValidStructure = ZodFirstPartySchemaTypes;
export type NonNullableValidStructure = Exclude<
ZodFirstPartySchemaTypes,
ZodNull
>;
export type ValidStructure = NonNullableValidStructure | ZodNull;
{
"name": "18h",
"description": "A Next.js style dynamic API router for Koa-based APIs.",
"version": "3.0.7",
"version": "3.0.8",
"repository": {

@@ -6,0 +6,0 @@ "url": "https://github.com/ridafkih/18h"

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