Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@finos/legend-model-storage

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finos/legend-model-storage - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

CHANGELOG.md
# @finos/legend-model-storage
## 0.0.16
## 0.0.15

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

2

lib/Entity.d.ts

@@ -16,3 +16,3 @@ /**

*/
export declare class Entity {
export interface Entity {
classifierPath: string;

@@ -19,0 +19,0 @@ path: string;

@@ -16,7 +16,3 @@ /**

*/
export class Entity {
classifierPath;
path;
content;
}
export {};
//# sourceMappingURL=Entity.js.map
{
"name": "@finos/legend-model-storage",
"version": "0.0.15",
"version": "0.0.16",
"description": "Legend storage models",

@@ -40,8 +40,8 @@ "keywords": [

"dependencies": {
"@finos/legend-shared": "1.1.1"
"@finos/legend-shared": "1.1.2"
},
"devDependencies": {
"@finos/legend-dev-utils": "0.3.7",
"@finos/legend-dev-utils": "0.3.8",
"cross-env": "7.0.3",
"eslint": "8.7.0",
"eslint": "8.8.0",
"jest": "27.4.7",

@@ -48,0 +48,0 @@ "lodash": "4.17.21",

@@ -17,6 +17,6 @@ /**

export class Entity {
classifierPath!: string;
path!: string;
content!: Record<PropertyKey, unknown>;
export interface Entity {
classifierPath: string;
path: string;
content: Record<PropertyKey, unknown>;
}

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