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

@finos/legend-server-depot

Package Overview
Dependencies
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finos/legend-server-depot - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

CHANGELOG.md
# @finos/legend-server-depot
## 0.0.9
## 0.0.8

@@ -4,0 +6,0 @@

2

lib/DepotServerClient.js

@@ -37,3 +37,3 @@ /**

// NOTE: this is experimental API to get elements by classifier path
getEntitiesByClassifierPath = (classifierPath, options) => this.get(`/entitiesByClassifierPath/${encodeURIComponent(classifierPath)}`, undefined, undefined, {
getEntitiesByClassifierPath = (classifierPath, options) => this.get(`${this.networkClient.baseUrl}/entitiesByClassifierPath/${encodeURIComponent(classifierPath)}`, undefined, undefined, {
search: options?.search,

@@ -40,0 +40,0 @@ limit: options?.limit,

@@ -16,4 +16,5 @@ /**

*/
export * from './models/ProjectData';
export { ProjectData } from './models/ProjectData';
export * from './models/ProjectVersionEntities';
export { StoredEntity } from './models/StoredEntity';
export { DepotServerClient } from './DepotServerClient';

@@ -20,0 +21,0 @@ export * from './DepotServerClientProvider';

@@ -16,4 +16,5 @@ /**

*/
export * from './models/ProjectData';
export { ProjectData } from './models/ProjectData';
export * from './models/ProjectVersionEntities';
export { StoredEntity } from './models/StoredEntity';
export { DepotServerClient } from './DepotServerClient';

@@ -20,0 +21,0 @@ export * from './DepotServerClientProvider';

{
"name": "@finos/legend-server-depot",
"version": "0.0.8",
"version": "0.0.9",
"description": "Legend Depot server client",

@@ -38,5 +38,5 @@ "keywords": [

"dependencies": {
"@finos/legend-model-storage": "0.0.6",
"@finos/legend-shared": "0.0.6",
"mobx": "6.3.3",
"@finos/legend-model-storage": "0.0.7",
"@finos/legend-shared": "0.0.7",
"mobx": "6.3.5",
"mobx-react-lite": "3.2.1",

@@ -47,6 +47,6 @@ "react": "17.0.2",

"devDependencies": {
"@finos/legend-dev-utils": "0.0.13",
"@finos/legend-dev-utils": "0.1.0",
"cross-env": "7.0.3",
"eslint": "8.0.0",
"jest": "27.2.5",
"eslint": "8.1.0",
"jest": "27.3.1",
"npm-run-all": "4.1.5",

@@ -53,0 +53,0 @@ "rimraf": "3.0.2",

@@ -93,3 +93,5 @@ /**

this.get(
`/entitiesByClassifierPath/${encodeURIComponent(classifierPath)}`,
`${
this.networkClient.baseUrl
}/entitiesByClassifierPath/${encodeURIComponent(classifierPath)}`,
undefined,

@@ -96,0 +98,0 @@ undefined,

@@ -17,4 +17,5 @@ /**

export * from './models/ProjectData';
export { ProjectData } from './models/ProjectData';
export * from './models/ProjectVersionEntities';
export { StoredEntity } from './models/StoredEntity';

@@ -21,0 +22,0 @@ export { DepotServerClient } from './DepotServerClient';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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