@adyen/lume
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@adyen/lume", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Lume is a component library for visual representations of data, built for Vue with D3.", | ||
@@ -12,2 +12,3 @@ "type": "module", | ||
".": "./dist/index.js", | ||
"./plugin": "./dist/plugin.js", | ||
"./styles": "./dist/styles/main.css", | ||
@@ -43,8 +44,11 @@ "./font": "./dist/styles/font.css", | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack --config build/webpack.prod.js --progress", | ||
"build:font": "webpack", | ||
"build:storybook": "NODE_ENV=production build-storybook -c .storybook -o storybook", | ||
"build:vite": "vite build", | ||
"build": "NODE_ENV=production npm run build:vite && npm run build:font", | ||
"confighooks": "git config core.hooksPath ./git-hooks", | ||
"dev": "webpack --config build/webpack.dev.js --progress", | ||
"lint:fix": "npm run lint -- --fix", | ||
"lint:pretty": "prettier --write --ignore-unknown .", | ||
"lint": "eslint ./src ./test --ext .js,.ts,.vue", | ||
"postbuild": "node build/postbuild.js", | ||
"prepare": "npm run confighooks && echo \" ✔ Git hooks path configured to ./git-hooks\"", | ||
@@ -64,6 +68,7 @@ "release:major": "standard-version --release-as major", | ||
"d3": "7.6.1", | ||
"d3-sankey": "0.12.3" | ||
"d3-sankey": "0.12.3", | ||
"portal-vue": "^2.1.7" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.7.8" | ||
"vue": "^2.7.10" | ||
}, | ||
@@ -75,27 +80,28 @@ "devDependencies": { | ||
"@storybook/addons": "^6.5.4", | ||
"@storybook/builder-webpack5": "^6.5.4", | ||
"@storybook/manager-webpack5": "^6.5.4", | ||
"@storybook/builder-webpack5": "^6.5.13", | ||
"@storybook/manager-webpack5": "^6.5.13", | ||
"@storybook/theming": "^6.5.4", | ||
"@storybook/vue": "^6.5.12", | ||
"@types/d3": "^7.4.0", | ||
"@types/d3-sankey": "^0.11.2", | ||
"@types/jest": "^29.2.0", | ||
"@types/d3-sankey": "^0.12.0", | ||
"@types/jest": "^29.2.2", | ||
"@types/node": "^18.11.5", | ||
"@typescript-eslint/eslint-plugin": "^5.17.0", | ||
"@typescript-eslint/parser": "^5.17.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"@vitejs/plugin-vue2": "^2.0.1", | ||
"@vue/test-utils": "^1.1.3", | ||
"@vue/vue2-jest": "^29.1.1", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"css-loader": "^6.7.1", | ||
"eslint": "^8.12.0", | ||
"@vue/vue2-jest": "^29.2.0", | ||
"css-loader": "^6.7.2", | ||
"eslint": "^8.27.0", | ||
"eslint-plugin-vue": "^9.2.0", | ||
"file-loader": "^6.2.0", | ||
"glob": "^8.0.3", | ||
"html-webpack-plugin": "^5.5.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^29.2.2", | ||
"jest-environment-jsdom": "^29.2.2", | ||
"mini-css-extract-plugin": "^2.5.3", | ||
"jest": "^29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"mini-css-extract-plugin": "^2.7.0", | ||
"prettier": "^2.7.1", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"sass": "^1.43.4", | ||
"sass-loader": "^8.0.2", | ||
"sass-loader": "^13.2.0", | ||
"standard-version": "^9.3.2", | ||
@@ -105,10 +111,9 @@ "storybook-addon-designs": "^6.2.1", | ||
"typescript": "^4.6.3", | ||
"vue-hot-reload-api": "^2.3.4", | ||
"vite": "^3.2.3", | ||
"vite-plugin-static-copy": "^0.11.1", | ||
"vue": "^2.7.10", | ||
"vue-loader": "^15.10.0", | ||
"vue-style-loader": "^4.1.3", | ||
"vue-template-compiler": "^2.7.8", | ||
"webpack": "^5.72.1", | ||
"webpack-cli": "^4.9.2", | ||
"webpack-dev-server": "^4.10.0", | ||
"webpack-merge": "^5.8.0" | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.0" | ||
}, | ||
@@ -115,0 +120,0 @@ "keywords": [ |
@@ -5,2 +5,3 @@ # Lume | ||
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/Adyen/lume/blob/main/LICENSE) | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/a6c48bc7-b4d2-4be4-ad36-cbd353ab4f07/deploy-status)](https://app.netlify.com/sites/adyen-lume/deploys) | ||
@@ -7,0 +8,0 @@ Lume is a library for graphical representations of information and data. By using visual elements like charts, graphs, and maps, this repository provide an accessible way to see and understand trends, outliers, and patterns in data. We use Vue to all graphic elements and rely on d3.js for the calculations. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
5690
137
1
1029402
5
38
+ Addedportal-vue@^2.1.7
+ Addedportal-vue@2.1.7(transitive)