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

@gooddata/util

Package Overview
Dependencies
Maintainers
57
Versions
2481
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/util - npm Package Compare versions

Comparing version 8.0.0-beta.63 to 8.0.0-beta.64

108

package.json
{
"name": "@gooddata/util",
"version": "8.0.0-beta.63",
"author": "GoodData",
"description": "GoodData Utility Functions",
"repository": "https://github.com/gooddata/gooddata-ui-sdk/tree/master/libs/util",
"license": "LicenseRef-LICENSE",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"config": {
"eslint": "-c .eslintrc.js --ext ts src/"
},
"scripts": {
"clean": "rm -rf ci dist coverage *.log && jest --clearCache",
"dev": "tsc -p tsconfig.dev.json --watch",
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
"test": "jest --watch",
"test-once": "jest",
"test-ci": "JEST_JUNIT_OUTPUT=./ci/results/test-results.xml jest --ci --config jest.ci.js",
"eslint": "eslint $npm_package_config_eslint",
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml $npm_package_config_eslint",
"prettier-check": "prettier --check '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"prettier-write": "prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
"validate": "npm run dep-cruiser && npm run eslint && npm run prettier-check",
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run prettier-check"
},
"dependencies": {
"lodash": "^4.17.19",
"tslib": "^2.0.0"
},
"devDependencies": {
"@gooddata/eslint-config": "^2.0.0",
"@microsoft/api-extractor": "^7.3.8",
"@types/jest": "^25.1.2",
"@types/lodash": "^4.14.158",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"dependency-cruiser": "^9.9.5",
"eslint": "^7.5.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^25.1.0",
"jest-junit": "^3.0.0",
"prettier": "~2.0.5",
"ts-jest": "^25.2.0",
"typescript": "3.9.5"
}
"name": "@gooddata/util",
"version": "8.0.0-beta.64",
"author": "GoodData",
"description": "GoodData Utility Functions",
"repository": "https://github.com/gooddata/gooddata-ui-sdk/tree/master/libs/util",
"license": "LicenseRef-LICENSE",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"config": {
"eslint": "-c .eslintrc.js --ext ts src/"
},
"scripts": {
"clean": "rm -rf ci dist coverage *.log && jest --clearCache",
"dev": "tsc -p tsconfig.dev.json --watch",
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
"test": "jest --watch",
"test-once": "jest",
"test-ci": "JEST_JUNIT_OUTPUT=./ci/results/test-results.xml jest --ci --config jest.ci.js",
"eslint": "eslint $npm_package_config_eslint",
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml $npm_package_config_eslint",
"prettier-check": "prettier --check '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"prettier-write": "prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
"validate": "npm run dep-cruiser && npm run eslint && npm run prettier-check",
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run prettier-check"
},
"dependencies": {
"lodash": "^4.17.19",
"tslib": "^2.0.0"
},
"devDependencies": {
"@gooddata/eslint-config": "^2.0.0",
"@microsoft/api-extractor": "^7.3.8",
"@types/jest": "^26.0.12",
"@types/lodash": "^4.14.158",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"dependency-cruiser": "^9.9.5",
"eslint": "^7.5.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.2",
"jest-junit": "^3.0.0",
"prettier": "~2.0.5",
"ts-jest": "^26.3.0",
"typescript": "3.9.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