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

@uniformdev/project-map

Package Overview
Dependencies
Maintainers
9
Versions
608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/project-map - npm Package Compare versions

Comparing version

to
19.199.1-alpha.10

24

dist/index.d.ts

@@ -343,6 +343,14 @@ import { ApiClient } from '@uniformdev/context/api';

* @description List of editions available for this composition. The composition is included in the list, it is the edition
* where the editionID equals the node's compositionID.
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
*
*/
editions?: components$1["schemas"]["ProjectMapNodeCompositionEditionData"][];
/**
* Format: date-time
* @description Date and time the composition was last modified (or created if never modified).
* Uses ISO-8859-1 formatting and UTC timezone.
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
*
*/
modified?: string;
};

@@ -391,3 +399,3 @@ /**

* Format: date-time
* @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
*/

@@ -742,3 +750,3 @@ modified?: string;

* Format: date-time
* @description Date and time the composition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
* @description Date and time the edition was last modified (or created if never modified). Uses ISO-8859-1 formatting and UTC timezone.
*/

@@ -793,6 +801,14 @@ modified?: string;

* @description List of editions available for this composition. The composition is included in the list, it is the edition
* where the editionID equals the node's compositionID.
* where the editionID equals the node's compositionID. NOTE: this is not sent if only one edition is available
*
*/
editions?: components["schemas"]["ProjectMapNodeCompositionEditionData"][];
/**
* Format: date-time
* @description Date and time the composition was last modified (or created if never modified).
* Uses ISO-8859-1 formatting and UTC timezone.
* IMPORTANT: if the composition has more than one edition, this is the modified date of the default edition. Each edition has its own modified date in the `editions` array.
*
*/
modified?: string;
};

@@ -799,0 +815,0 @@ ProjectMapSourceRedirectData: {

8

package.json
{
"name": "@uniformdev/project-map",
"version": "19.199.1-alpha.8+8e9e9ec9d1",
"version": "19.199.1-alpha.10+7f62130189",
"description": "Uniform Project Map",

@@ -36,4 +36,4 @@ "license": "SEE LICENSE IN LICENSE.txt",

"dependencies": {
"@uniformdev/canvas": "19.199.1-alpha.8+8e9e9ec9d1",
"@uniformdev/context": "19.199.1-alpha.8+8e9e9ec9d1"
"@uniformdev/canvas": "19.199.1-alpha.10+7f62130189",
"@uniformdev/context": "19.199.1-alpha.10+7f62130189"
},

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "8e9e9ec9d1fb834f92360e8c80771dd037fbc21a"
"gitHead": "7f62130189d43f7ecaaed0a41c929e5c166860d2"
}

Sorry, the diff of this file is not supported yet