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.4.11 to 1.5.0

7

index.d.ts

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

export function seperateDates(date: string, splitStr: string): [
export function separateDates(date: string, splitStr: string): [
string | undefined,

@@ -12,5 +12,8 @@ string | undefined

export function separatePoints(inputString: string): string[];
export function transformName(name: string, splitStr: string, configs?: {
inverse?: boolean;
}): string;
export function formatDate(date: string, formatStr: string): string | undefined;
export function generateArrayOfNumbers(offset: number, limit: number): number[];
export function formatPhoneNumber(phoneNumber: string): string;
export function formatPhoneNumber(phoneNumber: string, sperateStr: string): string;
export const stringNotBlankSchema: z.ZodString;

@@ -17,0 +20,0 @@ export const contactSchema: z.ZodEffects<z.ZodObject<{

{
"name": "@intuned/pavilion-types",
"version": "1.4.11",
"version": "1.5.0",
"description": "intuned pavilion types",

@@ -5,0 +5,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