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

@adyen/lume

Package Overview
Dependencies
Maintainers
4
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.8.0 to 0.9.0

LICENSE

19

dist/plugin.js

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

import { LumeAlluvialDiagram as m, LumeAlluvialGroup as o, LumeAlluvialNodeLabel as i, LumeAlluvialNodeValue as n, LumeAxis as L, LumeBar as p, LumeBarChart as h, LumeBarGroup as C, LumeChart as s, LumeChartContainer as d, LumeChartLegend as c, LumeGroupedBarChart as B, LumeLine as f, LumeLineChart as g, LumeLineGroup as S, LumeOverlayGroup as b, LumePoint as v, LumeSingleBarChart as y, LumeSparklineChart as G, LumeStackedBarChart as A, LumeTooltip as k, LumeTooltipItem as T, LumeTooltipSummary as w, LumeTooltipTitle as O } from "./index.js";
import { LumeAlluvialDiagram as o, LumeAlluvialGroup as m, LumeAlluvialNodeLabel as i, LumeAlluvialNodeValue as n, LumeAxis as L, LumeBar as p, LumeBarChart as h, LumeBarGroup as C, LumeChart as s, LumeChartContainer as d, LumeChartLegend as c, LumeGroupedBarChart as f, LumeLine as B, LumeLineChart as g, LumeLineGroup as S, LumeOverlayGroup as b, LumePoint as v, LumeSingleBarChart as y, LumeSparklineChart as G, LumeStackedBarChart as A, LumeTooltip as k, LumeTooltipItem as T, LumeTooltipSummary as w, LumeTooltipTitle as O } from "./index.js";
import "vue";

@@ -8,4 +8,4 @@ import "d3";

__proto__: null,
LumeAlluvialDiagram: m,
LumeAlluvialGroup: o,
LumeAlluvialDiagram: o,
LumeAlluvialGroup: m,
LumeAlluvialNodeLabel: i,

@@ -20,4 +20,4 @@ LumeAlluvialNodeValue: n,

LumeChartLegend: c,
LumeGroupedBarChart: B,
LumeLine: f,
LumeGroupedBarChart: f,
LumeLine: B,
LumeLineChart: g,

@@ -34,3 +34,3 @@ LumeLineGroup: S,

LumeTooltipTitle: O
}, Symbol.toStringTag, { value: "Module" })), u = (l) => {
}, Symbol.toStringTag, { value: "Module" })), u = (t) => {
if (!u.installed) {

@@ -40,4 +40,4 @@ u.installed = !0;

if (Object.prototype.hasOwnProperty.call(r, a)) {
const t = r[a];
l.component(a, t);
const l = r[a];
t.component(a, l);
}

@@ -49,2 +49,5 @@ }

e && e.use(V);
export {
V as default
};
//# sourceMappingURL=plugin.js.map
{
"name": "@adyen/lume",
"version": "0.8.0",
"version": "0.9.0",
"description": "",

@@ -19,9 +19,2 @@ "type": "module",

"types": "./dist/types/index.d.ts",
"scripts": {
"build": "NODE_ENV=production npm run build:vite && npm run build:font",
"build:vite": "vite build",
"build:font": "webpack",
"postbuild": "node ../../build/postbuild.js",
"test": "vitest --config=vitest.config.ts"
},
"dependencies": {

@@ -36,4 +29,16 @@ "@popperjs/core": "^2.11.4",

"devDependencies": {
"@vitejs/plugin-vue2": "^2.0.1",
"vue": "^2.7.10"
"@storybook/addon-a11y": "^7.2.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/cli": "^7.2.1",
"@storybook/manager-api": "^7.2.1",
"@storybook/theming": "^7.2.1",
"@storybook/vue": "^7.2.1",
"@storybook/vue-vite": "^7.2.1",
"@vitejs/plugin-vue2": "^2.2.0",
"vite": "^4.3.9",
"vite-plugin-static-copy": "^0.17.0",
"vue": "^2.7.10",
"vue-template-compiler": "2.7.10",
"@adyen/lume-core": "0.8.0",
"storybook-utils": "0.8.0"
},

@@ -65,3 +70,11 @@ "keywords": [

"directory": "packages/vue2"
},
"scripts": {
"build": "NODE_ENV=production pnpm run build:vite && pnpm run build:font",
"build:vite": "vite build",
"build:font": "webpack",
"pack": "pnpm pack --pack-destination ../../",
"postbuild": "node ../../build/postbuild.js",
"storybook": "sb dev -p 9002 -c .storybook"
}
}
}

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

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