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

@finos/legend-server-sdlc

Package Overview
Dependencies
Maintainers
4
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.1 to 0.2.2

20

package.json
{
"name": "@finos/legend-server-sdlc",
"version": "0.2.1",
"version": "0.2.2",
"description": "Legend SDLC server client",

@@ -27,9 +27,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}\"",

@@ -42,5 +42,5 @@ "publish:prepare": "node ../../scripts/release/preparePublishContent.js",

"dependencies": {
"@finos/legend-model-storage": "0.0.21",
"@finos/legend-shared": "1.2.3",
"mobx": "6.4.2",
"@finos/legend-model-storage": "0.0.22",
"@finos/legend-shared": "1.2.4",
"mobx": "6.5.0",
"mobx-react-lite": "3.3.0",

@@ -51,5 +51,5 @@ "react": "17.0.2",

"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",

@@ -56,0 +56,0 @@ "npm-run-all": "4.1.5",

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