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

d3plus

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3plus - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

es/build/package.js
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

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