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

@code-pushup/utils

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/utils - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

15

index.js

@@ -241,2 +241,8 @@ // packages/utils/src/lib/execute-process.ts

);
var auditGroupMetaSchema = metaSchema({
titleDescription: "Descriptive name for the group",
descriptionDescription: "Description of the group (markdown)",
docsUrlDescription: "Group documentation site",
description: "Group metadata"
});
var auditGroupSchema = scorableSchema(

@@ -247,10 +253,3 @@ 'An audit group aggregates a set of audits into a single score which can be referenced from a category. E.g. the group slug "performance" groups audits and can be referenced in a category',

duplicateRefsInGroupsErrorMsg
).merge(
metaSchema({
titleDescription: "Descriptive name for the group",
descriptionDescription: "Description of the group (markdown)",
docsUrlDescription: "Group documentation site",
description: "Group metadata"
})
);
).merge(auditGroupMetaSchema);
var auditGroupsSchema = z5.array(auditGroupSchema, {

@@ -257,0 +256,0 @@ description: "List of groups"

{
"name": "@code-pushup/utils",
"version": "0.4.2",
"version": "0.4.3",
"dependencies": {

@@ -5,0 +5,0 @@ "@code-pushup/models": "*",

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