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
0
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

to
1.16.0

dist-cjs/parts.helper.d.ts

1

dist-cjs/api.d.ts

@@ -8,2 +8,3 @@ export type * from "../types/media-types";

export * from "./number-localization";
export * from "./parts.helper";
export * from "./section.helpers";

@@ -10,0 +11,0 @@ export * from "./site-schema-helpers";

@@ -19,2 +19,3 @@ "use strict";

__exportStar(require("./number-localization"), exports);
__exportStar(require("./parts.helper"), exports);
__exportStar(require("./section.helpers"), exports);

@@ -21,0 +22,0 @@ __exportStar(require("./site-schema-helpers"), exports);

@@ -8,2 +8,3 @@ export type * from "../types/media-types";

export * from "./number-localization";
export * from "./parts.helper";
export * from "./section.helpers";

@@ -10,0 +11,0 @@ export * from "./site-schema-helpers";

export * from "./constants";
export * from "./number-localization";
export * from "./parts.helper";
export * from "./section.helpers";

@@ -4,0 +5,0 @@ export * from "./site-schema-helpers";

2

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

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

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

listName: string;
orderBy: "manual";
orderBy: OrderChildrenBy;
parts: string[];

@@ -75,0 +75,0 @@ limit?: number;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet