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

lz-schema

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lz-schema - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

3

dist/Campaign.d.ts

@@ -131,2 +131,3 @@ import { z } from 'zod';

status: z.ZodOptional<z.ZodNativeEnum<typeof CampaignStatus>>;
journeyId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
}>, "strip", z.ZodTypeAny, {

@@ -137,2 +138,3 @@ limit: number;

status?: CampaignStatus | undefined;
journeyId?: string | undefined;
}, {

@@ -143,2 +145,3 @@ name?: string | undefined;

offset?: string | undefined;
journeyId?: string | undefined;
}>;

@@ -145,0 +148,0 @@ export declare const searchCampaignsParamsSchema: z.ZodObject<{

@@ -40,2 +40,3 @@ "use strict";

status: zod_1.z.nativeEnum(CampaignStatus).optional(),
journeyId: Id_1.idSchema.optional(),
});

@@ -42,0 +43,0 @@ exports.searchCampaignsParamsSchema = zod_1.z.object({ workspaceId: Id_1.idSchema });

2

package.json
{
"name": "lz-schema",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/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