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

@adyen/lume

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adyen/lume - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

dist/common/05b956a3.js

2

dist/index.js

@@ -1,2 +0,2 @@

import { l as s, o as t, L as i, k as o, a as p, p as l, g as h, h as n, i as C, c as B, m as G, e as d, q as g, r as k, n as v, b as A, f as S, d as c, j as f } from "./common/6c47b7a9.js";
import { l as s, o as t, L as i, k as o, a as p, p as l, g as h, h as n, i as C, c as B, m as G, e as d, q as g, r as k, n as v, b as A, f as S, d as c, j as f } from "./common/9373652f.js";
import "vue";

@@ -3,0 +3,0 @@ import "d3-sankey";

@@ -1,2 +0,2 @@

import { l as o, a as n, b as i, c as m, d as s, e as p, f as L, L as d, g as h, h as C, i as c, j as f, k as g, m as B, n as b, o as S, p as y, q as G, r as k } from "./common/6c47b7a9.js";
import { l as o, o as n, L as i, k as m, a as s, p, g as L, h, i as d, c as C, m as c, e as f, q as g, r as B, n as b, b as S, f as y, d as G, j as k } from "./common/9373652f.js";
import "vue";

@@ -9,20 +9,20 @@ import "d3-sankey";

LumeAlluvialDiagram: o,
LumeBarChart: n,
LumeSingleBarChart: i,
LumeGroupedBarChart: m,
LumeStackedBarChart: s,
LumeLineChart: p,
LumeSparklineChart: L,
LumeAxis: d,
LumeChart: h,
LumeChartContainer: C,
LumeChartLegend: c,
LumeTooltip: f,
LumeBar: g,
LumeLine: B,
LumeAlluvialGroup: n,
LumeAxis: i,
LumeBar: m,
LumeBarChart: s,
LumeBarGroup: p,
LumeChart: L,
LumeChartContainer: h,
LumeChartLegend: d,
LumeGroupedBarChart: C,
LumeLine: c,
LumeLineChart: f,
LumeLineGroup: g,
LumeOverlayGroup: B,
LumePoint: b,
LumeAlluvialGroup: S,
LumeBarGroup: y,
LumeLineGroup: G,
LumeOverlayGroup: k
LumeSingleBarChart: S,
LumeSparklineChart: y,
LumeStackedBarChart: G,
LumeTooltip: k
}, Symbol.toStringTag, { value: "Module" })), t = (u) => {

@@ -41,5 +41,2 @@ if (!t.installed) {

e && e.use(v);
export {
v as default
};
//# sourceMappingURL=plugin.js.map
{
"name": "@adyen/lume",
"version": "0.3.3",
"description": "Lume is a component library for visual representations of data, built for Vue with D3.",
"version": "0.4.0",
"description": "",
"type": "module",

@@ -19,42 +19,8 @@ "module": "dist/index.js",

"types": "./dist/types/index.d.ts",
"license": "MIT",
"contributors": [
{
"name": "Govind Srinidhi",
"email": "govind.srinidhi@adyen.com"
},
{
"name": "Joao Santos",
"email": "joao.dossantos@adyen.com"
},
{
"name": "Lucas van Heerikhuizen",
"email": "lucas.vanheerikhuizen@adyen.com"
},
{
"name": "Vivian Joseph",
"email": "vivian.joseph@adyen.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Adyen/lume.git"
},
"scripts": {
"build": "NODE_ENV=production npm run build:vite && npm run build:font",
"build:vite": "vite build",
"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",
"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\"",
"release": "release-it",
"start": "npm run storybook",
"storybook": "start-storybook -p 9001 -c .storybook",
"test": "vitest --config=vitest.config.ts",
"test:update:snapshot": "vitest --config=vitest.config.ts -u",
"test:coverage": "vitest run --coverage"
"postbuild": "node ../../build/postbuild.js",
"test": "vitest --config=vitest.config.ts"
},

@@ -64,4 +30,3 @@ "dependencies": {

"d3": "7.8.0",
"d3-sankey": "0.12.3",
"portal-vue": "^2.1.7"
"d3-sankey": "0.12.3"
},

@@ -72,69 +37,8 @@ "peerDependencies": {

"devDependencies": {
"@storybook/addon-a11y": "^6.5.4",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-storysource": "^6.5.4",
"@storybook/addons": "^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.12.0",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.5",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-vue2": "^2.0.1",
"@vitest/coverage-istanbul": "^0.27.0",
"@vue/test-utils": "^1.3.3",
"@vue/vue2-jest": "^29.2.0",
"auto-changelog": "^2.4.0",
"css-loader": "^6.7.2",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.2.0",
"glob": "^8.0.3",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jsdom": "^20.0.3",
"mini-css-extract-plugin": "^2.7.0",
"prettier": "^2.7.1",
"release-it": "^15.6.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.43.4",
"sass-loader": "^13.2.0",
"storybook-addon-designs": "^6.2.1",
"ts-jest": "^29.0.3",
"typescript": "^4.6.3",
"vite": "^3.2.3",
"vite-plugin-static-copy": "^0.13.0",
"vitest": "^0.27.0",
"vue": "^2.7.10",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.10",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
"vue": "^2.7.10"
},
"keywords": [
"Lume",
"LumeJS",
"Lume Design System",
"Data Visualization",
"Charts",
"d3.js",
"SVG charts",
"Bar charts",
"Single bar chart",
"Grouped bar chart",
"Stacked bar chart",
"Sparkline chart",
"Line chart",
"Alluvial charts",
"Sankey diagrams",
"Vue chart library",
"Vue",
"Vue 2.7"
]
"keywords": [],
"author": "",
"license": "ISC"
}

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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