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.13.5 to 0.13.6

6

dist/UserEvent.d.ts

@@ -42,2 +42,4 @@ import { z } from "zod";

url: z.ZodString;
selector: z.ZodOptional<z.ZodString>;
target: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {

@@ -47,2 +49,4 @@ type: UserEventType;

key?: string | undefined;
target?: string | undefined;
selector?: string | undefined;
}, {

@@ -52,2 +56,4 @@ type: UserEventType;

key?: string | undefined;
target?: string | undefined;
selector?: string | undefined;
}>;

2

dist/UserEvent.js

@@ -21,2 +21,4 @@ "use strict";

url: zod_1.z.string(),
selector: zod_1.z.string().optional(),
target: zod_1.z.string().optional(),
});

2

package.json
{
"name": "lz-schema",
"version": "0.13.5",
"version": "0.13.6",
"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