Socket
Socket
Sign inDemoInstall

@purple-code/13-openvision-site-app

Package Overview
Dependencies
1
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

4

build/models/banner.schema.js

@@ -13,4 +13,4 @@ "use strict";

imageUrl: zod_1.z.string().url(),
backgroundMobileUrl: zod_1.z.string().url(),
imageMobileUrl: zod_1.z.string().url(),
backgroundMobileUrl: zod_1.z.nullable(zod_1.z.string().url()),
imageMobileUrl: zod_1.z.nullable(zod_1.z.string().url()),
order: zod_1.z.number().min(1).max(16384),

@@ -17,0 +17,0 @@ createdAt: zod_1.z.date(),

@@ -11,4 +11,4 @@ import { z } from 'zod';

imageUrl: z.string().url(),
backgroundMobileUrl: z.string().url(),
imageMobileUrl: z.string().url(),
backgroundMobileUrl: z.nullable(z.string().url()),
imageMobileUrl: z.nullable(z.string().url()),
order: z.number().min(1).max(16384),

@@ -15,0 +15,0 @@ createdAt: z.date(),

{
"name": "@purple-code/13-openvision-site-app",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc