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

@gooddata/sdk-model

Package Overview
Dependencies
Maintainers
41
Versions
2592
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/sdk-model - npm Package Compare versions

Comparing version 8.0.0-alpha.44 to 8.0.0-alpha.45

10

package.json
{
"name": "@gooddata/sdk-model",
"version": "8.0.0-alpha.44",
"version": "8.0.0-alpha.45",
"author": "GoodData",

@@ -19,2 +19,3 @@ "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",

"scripts": {
"clean": "rm -rf ci dist coverage *.log && jest --clearCache",
"dev": "tsc --watch",

@@ -30,4 +31,6 @@ "build": "rm -rf dist && tsc -p tsconfig.build.json && npm run api-extractor",

"prettier-write": "prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"validate": "tsc -p tsconfig.build.json --noEmit && npm run tslint && npm run prettier-check",
"validate-ci": "npm run tslint-ci && npm run prettier-check"
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
"dep-cruiser-ci": "mkdir -p ci/results && depcruise --validate .dependency-cruiser.js --output-type err-html src/ >./ci/results/dep-cruiser.html",
"validate": "npm run dep-cruiser && npm run tslint && npm run prettier-check",
"validate-ci": "npm run dep-cruiser-ci && npm run tslint-ci && npm run prettier-check"
},

@@ -50,2 +53,3 @@ "dependencies": {

"@types/stringify-object": "^3.2.0",
"dependency-cruiser": "^8.0.1",
"jest": "^25.1.0",

@@ -52,0 +56,0 @@ "jest-junit": "^3.0.0",

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