Comparing version 2.1.0 to 2.1.1
export var name = "d3plus"; | ||
export var version = "2.1.0"; | ||
export var version = "2.1.1"; | ||
export var description = "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations."; | ||
@@ -10,3 +10,3 @@ export var main = "es/index.js"; | ||
export var author = {"name":"Dave Landry","email":"landry.dave@gmail.com","url":"http://www.dave-landry.com"}; | ||
export var dependencies = {"d3plus-axis":"^1.2.1","d3plus-color":"^1.1.2","d3plus-common":"^1.2.4","d3plus-export":"^1.2.0","d3plus-format":"^1.2.2","d3plus-geomap":"^1.1.0","d3plus-hierarchy":"^1.1.0","d3plus-legend":"^1.2.0","d3plus-matrix":"^1.2.0","d3plus-network":"^1.1.0","d3plus-plot":"^1.2.1","d3plus-priestley":"^1.1.0","d3plus-shape":"^1.1.0","d3plus-text":"^1.2.1","d3plus-timeline":"^1.1.0","d3plus-tooltip":"^1.1.0","d3plus-viz":"^1.3.0"}; | ||
export var dependencies = {"d3plus-axis":"^1.2.10","d3plus-color":"^1.1.2","d3plus-common":"^1.2.4","d3plus-export":"^1.3.0","d3plus-format":"^1.2.4","d3plus-geomap":"^1.1.0","d3plus-hierarchy":"^1.1.0","d3plus-legend":"^1.2.1","d3plus-matrix":"^1.2.0","d3plus-network":"^1.1.0","d3plus-plot":"^1.2.5","d3plus-priestley":"^1.1.0","d3plus-shape":"^1.1.1","d3plus-text":"^1.2.3","d3plus-timeline":"^1.1.4","d3plus-tooltip":"^1.1.1","d3plus-viz":"^1.3.4"}; | ||
export var scripts = {"build":"mkdir -p build && json2module package.json > build/package.js && d3plus-build && mkdir -p es/build && cp build/package.js es/build/package.js","dev":"d3plus-dev","env":"d3plus-env","prepublishOnly":"npm run test","pretest":"npm run build","release":"npm publish","test":"eslint index.js && mocha 'test/**/*-test.js'"}; | ||
@@ -13,0 +13,0 @@ export var devDependencies = {"d3plus-dev":"^1.2.9","json2module":"0.0.3"}; |
export { version } from "./build/package.js"; | ||
export { Axis, AxisBottom, AxisLeft, AxisRight, AxisTop, date } from "d3plus-axis"; | ||
export { Axis, AxisBottom, AxisLeft, AxisRight, AxisTop, date, locale } from "d3plus-axis"; | ||
export { colorAdd, colorAssign, colorContrast, colorDefaults, colorLegible, colorLighter, colorSubtract } from "d3plus-color"; | ||
export { accessor, assign, attrize, BaseClass, closest, configPrep, constant, elem, findLocale, isObject, merge, parseSides, prefix, RESET, stylize, unique, uuid } from "d3plus-common"; | ||
export { dom2canvas, saveElement } from "d3plus-export"; | ||
export { saveElement } from "d3plus-export"; | ||
export { format, formatAbbreviate, formatDate, formatDefaultLocale, formatLocale } from "d3plus-format"; | ||
@@ -7,0 +7,0 @@ export { Geomap } from "d3plus-geomap"; |
{ | ||
"name": "d3plus", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.", | ||
@@ -26,19 +26,19 @@ "main": "es/index.js", | ||
"dependencies": { | ||
"d3plus-axis": "^1.2.1", | ||
"d3plus-axis": "^1.2.10", | ||
"d3plus-color": "^1.1.2", | ||
"d3plus-common": "^1.2.4", | ||
"d3plus-export": "^1.2.0", | ||
"d3plus-format": "^1.2.2", | ||
"d3plus-export": "^1.3.0", | ||
"d3plus-format": "^1.2.4", | ||
"d3plus-geomap": "^1.1.0", | ||
"d3plus-hierarchy": "^1.1.0", | ||
"d3plus-legend": "^1.2.0", | ||
"d3plus-legend": "^1.2.1", | ||
"d3plus-matrix": "^1.2.0", | ||
"d3plus-network": "^1.1.0", | ||
"d3plus-plot": "^1.2.1", | ||
"d3plus-plot": "^1.2.5", | ||
"d3plus-priestley": "^1.1.0", | ||
"d3plus-shape": "^1.1.0", | ||
"d3plus-text": "^1.2.1", | ||
"d3plus-timeline": "^1.1.0", | ||
"d3plus-tooltip": "^1.1.0", | ||
"d3plus-viz": "^1.3.0" | ||
"d3plus-shape": "^1.1.1", | ||
"d3plus-text": "^1.2.3", | ||
"d3plus-timeline": "^1.1.4", | ||
"d3plus-tooltip": "^1.1.1", | ||
"d3plus-viz": "^1.3.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
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 too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
10
373040
Updatedd3plus-axis@^1.2.10
Updatedd3plus-export@^1.3.0
Updatedd3plus-format@^1.2.4
Updatedd3plus-legend@^1.2.1
Updatedd3plus-plot@^1.2.5
Updatedd3plus-shape@^1.1.1
Updatedd3plus-text@^1.2.3
Updatedd3plus-timeline@^1.1.4
Updatedd3plus-tooltip@^1.1.1
Updatedd3plus-viz@^1.3.4