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

@intuned/pavilion-types

Package Overview
Dependencies
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intuned/pavilion-types - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

26

index.d.ts

@@ -27,3 +27,3 @@ declare module '@intuned/pavilion-helpers' {

address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
website: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, URL, string>>>;
website: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
}, "strip", z.ZodTypeAny, {

@@ -34,3 +34,3 @@ name?: string | null | undefined;

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}, {

@@ -47,3 +47,3 @@ name?: string | null | undefined;

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}, {

@@ -128,3 +128,3 @@ name?: string | null | undefined;

address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
website: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, URL, string>>>;
website: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
}, "strip", z.ZodTypeAny, {

@@ -135,3 +135,3 @@ name?: string | null | undefined;

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}, {

@@ -148,3 +148,3 @@ name?: string | null | undefined;

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}, {

@@ -159,3 +159,3 @@ name?: string | null | undefined;

service_area_national: z.ZodOptional<z.ZodBoolean>;
source_url: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, URL, string>>>;
source_url: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
cooperative_language: z.ZodBoolean;

@@ -178,3 +178,3 @@ contract_type: z.ZodEnum<[

address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
website: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, URL, string>>>;
website: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
}, "strip", z.ZodTypeAny, {

@@ -185,3 +185,3 @@ name?: string | null | undefined;

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}, {

@@ -198,3 +198,3 @@ name?: string | null | undefined;

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}, {

@@ -238,3 +238,3 @@ name?: string | null | undefined;

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}[];

@@ -254,3 +254,3 @@ cooperative_language: boolean;

service_area_national?: boolean | undefined;
source_url?: URL | null | undefined;
source_url?: string | null | undefined;
summary?: string | undefined;

@@ -262,3 +262,3 @@ supplier_contacts?: {

address?: string | null | undefined;
website?: URL | null | undefined;
website?: string | null | undefined;
}[] | undefined;

@@ -265,0 +265,0 @@ effective?: string | undefined;

{
"name": "@intuned/pavilion-types",
"main": "./index.js",
"version": "1.6.2",
"version": "1.6.3",
"description": "intuned pavilion types",

@@ -6,0 +6,0 @@ "author": "Intuned Team",

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