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

@code-pushup/models

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-pushup/models - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

3

index.js

@@ -214,4 +214,3 @@ // packages/models/src/lib/category-config.ts

).optional(),
format: z3.array(formatSchema).default(["json"]).optional()
// @TODO remove default or optional value and otherwise it will not set defaults.
format: z3.array(formatSchema).optional()
});

@@ -218,0 +217,0 @@

{
"name": "@code-pushup/models",
"version": "0.5.2",
"version": "0.5.3",
"dependencies": {

@@ -5,0 +5,0 @@ "zod": "^3.22.1",

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

filename: z.ZodOptional<z.ZodString>;
format: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<["json", "md"]>, "many">>>;
format: z.ZodOptional<z.ZodArray<z.ZodEnum<["json", "md"]>, "many">>;
}, "strip", z.ZodTypeAny, {

@@ -10,0 +10,0 @@ outputDir?: string | undefined;

Sorry, the diff of this file is too big to display

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