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

@paroicms/anywhere-lib

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paroicms/anywhere-lib - npm Package Compare versions

Comparing version 1.12.0 to 1.13.0

2

package.json
{
"name": "@paroicms/anywhere-lib",
"version": "1.12.0",
"version": "1.13.0",
"description": "Front lib for Paroi CMS.",

@@ -5,0 +5,0 @@ "author": "Paroi Team",

@@ -35,3 +35,3 @@ export interface SiteSchema {

labeling?: UseTaxonomy[];
partLists?: PartListSchema[];
lists?: ListSchema[];
children?: string[];

@@ -71,3 +71,3 @@ orderChildrenBy?: OrderChildrenBy;

export interface PartListSchema {
export interface ListSchema {
listName: string;

@@ -84,2 +84,3 @@ orderBy: "manual";

mediaPolicy?: string;
list?: ListSchema;
}

@@ -86,0 +87,0 @@

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