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

@gooddata/js-utils

Package Overview
Dependencies
Maintainers
40
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/js-utils - npm Package Compare versions

Comparing version 3.5.0 to 3.9.0

16

package.json
{
"name": "@gooddata/js-utils",
"version": "3.5.0",
"version": "3.9.0",
"description": "Various utils shared on GoodData frontend",

@@ -36,2 +36,3 @@ "repository": {

"devDependencies": {
"@gooddata/frontend-npm-scripts": "1.0.1",
"@gooddata/tslint-config": "^1.0.0",

@@ -41,4 +42,6 @@ "@types/jest": "22.2.3",

"@types/lodash": "^4.14.138",
"husky": "^3.0.5",
"jest": "^24.9.0",
"jest-junit": "3.0.0",
"lint-staged": "^9.2.5",
"ts-jest": "^24.0.1",

@@ -65,3 +68,14 @@ "typescript": "^3.3.4000"

]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{ts,js,tsx,jsx,scss}": [
"npx gdc-fix-copyright",
"git add"
]
}
}
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