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.21 to 0.0.22

16

package.json
{
"name": "@finos/legend-model-storage",
"version": "0.0.21",
"version": "0.0.22",
"description": "Legend storage models",

@@ -26,9 +26,9 @@ "keywords": [

"scripts": {
"build": "yarn clean && yarn build:tsc",
"build:tsc": "tsc --project ./tsconfig.build.json",
"build": "yarn clean && yarn build:ts",
"build:ts": "tsc --project ./tsconfig.build.json",
"clean": "npm-run-all clean:cache clean:lib",
"clean:cache": "rimraf \"build\"",
"clean:lib": "rimraf \"lib\"",
"dev": "yarn dev:tsc",
"dev:tsc": "tsc --watch --preserveWatchOutput",
"dev": "yarn dev:ts",
"dev:ts": "tsc --watch --preserveWatchOutput",
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"",

@@ -41,8 +41,8 @@ "publish:prepare": "node ../../scripts/release/preparePublishContent.js",

"dependencies": {
"@finos/legend-shared": "1.2.3"
"@finos/legend-shared": "1.2.4"
},
"devDependencies": {
"@finos/legend-dev-utils": "0.3.12",
"@finos/legend-dev-utils": "0.3.13",
"cross-env": "7.0.3",
"eslint": "8.10.0",
"eslint": "8.11.0",
"jest": "27.5.1",

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

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