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

@enonic-types/lib-project

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enonic-types/lib-project - npm Package Compare versions

Comparing version 7.13.5 to 7.14.0-B1

2

package.json
{
"name": "@enonic-types/lib-project",
"version": "7.13.5",
"version": "7.14.0-B1",
"description": "Type definitions for lib-project.",

@@ -5,0 +5,0 @@ "types": "project.d.ts",

@@ -32,2 +32,3 @@ /**

parent?: string;
parents?: string[];
siteConfig?: SiteConfig<Config>[];

@@ -41,3 +42,4 @@ permissions?: ProjectPermission;

description: string;
parent: string;
parent?: string;
parents: string[];
siteConfig: SiteConfig<Config>[];

@@ -58,3 +60,4 @@ language?: string;

* @param {string} [params.language] Default project language.
* @param {string} params.parent Parent project id.
* @param {string} [params.parent] Deprecated: use 'parents' param. Parent project id.
* @param {string[]} [params.parents] Parent project ids.
* @param {object} [params.siteConfig] Connected applications config.

@@ -61,0 +64,0 @@ * @param {Object.<string, string[]>} [params.permissions] Project permissions. 1 to 5 properties where key is role id and value is an array of principals.

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