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
4
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.35.0 to 0.39.0

8

index.js

@@ -586,6 +586,10 @@ // packages/models/src/lib/audit.ts

}
var scorableMetaSchema = z14.object({ slug: slugSchema, title: titleSchema });
var scorableMetaSchema = z14.object({
slug: slugSchema,
title: titleSchema,
docsUrl: docsUrlSchema
});
var scorableWithPluginMetaSchema = scorableMetaSchema.merge(
z14.object({
plugin: pluginMetaSchema.pick({ slug: true, title: true }).describe("Plugin which defines it")
plugin: pluginMetaSchema.pick({ slug: true, title: true, docsUrl: true }).describe("Plugin which defines it")
})

@@ -592,0 +596,0 @@ );

{
"name": "@code-pushup/models",
"version": "0.35.0",
"version": "0.39.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "dependencies": {

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