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
11
Versions
609
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
18.12.1-alpha.3

8

dist/index.d.ts

@@ -176,3 +176,3 @@ import { ApiClient } from '@uniformdev/context/api';

/** The project map id that the desired nodes belong */
projectMapId: string;
projectMapId?: string;
/** The project id that contains the project map tree that this node belongs to */

@@ -257,3 +257,3 @@ projectId: string;

*/
projectMapId: string;
projectMapId?: string;
};

@@ -288,3 +288,3 @@ };

*/
projectMapId: string;
projectMapId?: string;
/**

@@ -307,3 +307,3 @@ * Format: uuid

*/
projectMapId: string;
projectMapId?: string;
/**

@@ -310,0 +310,0 @@ * Format: uuid

{
"name": "@uniformdev/project-map",
"version": "18.12.1-alpha.2+26f03dee3",
"version": "18.12.1-alpha.3+a644de994",
"description": "Uniform Project Map",

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

"dependencies": {
"@uniformdev/canvas": "18.12.1-alpha.2+26f03dee3",
"@uniformdev/context": "18.12.1-alpha.2+26f03dee3",
"@uniformdev/canvas": "18.12.1-alpha.3+a644de994",
"@uniformdev/context": "18.12.1-alpha.3+a644de994",
"p-limit": "^3.1.0"

@@ -56,3 +56,3 @@ },

"@types/yargs": "17.0.22",
"@uniformdev/cli": "18.12.1-alpha.2+26f03dee3",
"@uniformdev/cli": "18.12.1-alpha.3+a644de994",
"yargs": "17.6.2"

@@ -63,3 +63,3 @@ },

},
"gitHead": "26f03dee375ec814540a63606cce5dd9f88c22c3"
"gitHead": "a644de994a3272e46ed9420e629625feca639761"
}