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.0.0-alpha.18 to 2.0.0-alpha.19

1

bin/website.js

@@ -5,2 +5,3 @@ #! /usr/bin/env node

/** Shared function to kill the process on error */
function kill(code, stdout) {

@@ -7,0 +8,0 @@ shell.echo(stdout);

#! /usr/bin/env node
const shell = require("shelljs");
/** Shared function to kill the process on error */
function kill(code, stdout) {

@@ -5,0 +6,0 @@ shell.echo(stdout);

4

build/d3plus.js
/*
d3plus v2.0.0-alpha.18
d3plus v2.0.0-alpha.19
Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.

@@ -213,3 +213,3 @@ Copyright (c) 2019 D3plus - https://d3plus.org

var version = "2.0.0-alpha.18";
var version = "2.0.0-alpha.19";

@@ -216,0 +216,0 @@ exports.Axis = d3plusAxis.Axis;

/*
d3plus v2.0.0-alpha.18
d3plus v2.0.0-alpha.19
Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.

@@ -7,2 +7,2 @@ Copyright (c) 2019 D3plus - https://d3plus.org

*/
if(typeof Object.assign!=="function"){Object.defineProperty(Object,"assign",{value:function e(t){"use strict";if(t===null){throw new TypeError("Cannot convert undefined or null to object")}var r=Object(t);for(var i=1;i<arguments.length;i++){var o=arguments[i];if(o!==null){for(var n in o){if(Object.prototype.hasOwnProperty.call(o,n)){r[n]=o[n]}}}}return r},writable:true,configurable:true})}if(!Array.prototype.includes){Object.defineProperty(Array.prototype,"includes",{value:function e(t,r){var i=Object(this);var o=i.length>>>0;if(o===0)return false;var n=r|0;var s=Math.max(n>=0?n:o-Math.abs(n),0);function l(e,t){return e===t||typeof e==="number"&&typeof t==="number"&&isNaN(e)&&isNaN(t)}while(s<o){if(l(i[s],t)){return true}s++}return false}})}if(!String.prototype.includes){Object.defineProperty(String.prototype,"includes",{value:function(e,t){if(typeof t!=="number"){t=0}if(t+e.length>this.length){return false}else{return this.indexOf(e,t)!==-1}}})}if(!Array.prototype.find){Object.defineProperty(Array.prototype,"find",{value:function(e){if(this==null){throw new TypeError('"this" is null or not defined')}var t=Object(this);var r=t.length>>>0;if(typeof e!=="function"){throw new TypeError("predicate must be a function")}var i=arguments[1];var o=0;while(o<r){var n=t[o];if(e.call(i,n,o,t)){return n}o++}return undefined},configurable:true,writable:true})}if(!String.prototype.startsWith){Object.defineProperty(String.prototype,"startsWith",{value:function(e,t){t=!t||t<0?0:+t;return this.substring(t,t+e.length)===e}})}if(typeof window!=="undefined"){(function(){var i=function(e,t){var r=e.nodeType;if(r===3){t.push(e.textContent.replace(/&/,"&amp;").replace(/</,"&lt;").replace(">","&gt;"))}else if(r===1){t.push("<",e.tagName);if(e.hasAttributes()){[].forEach.call(e.attributes,function(e){t.push(" ",e.item.name,"='",e.item.value,"'")})}if(e.hasChildNodes()){t.push(">");[].forEach.call(e.childNodes,function(e){i(e,t)});t.push("</",e.tagName,">")}else{t.push("/>")}}else if(r==8){t.push("\x3c!--",e.nodeValue,"--\x3e")}};Object.defineProperty(SVGElement.prototype,"innerHTML",{get:function(){var e=[];var t=this.firstChild;while(t){i(t,e);t=t.nextSibling}return e.join("")},set:function(e){while(this.firstChild){this.removeChild(this.firstChild)}try{var t=new DOMParser;t.async=false;var r="<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>"+e+"</svg>";var i=t.parseFromString(r,"text/xml").documentElement;var o=i.firstChild;while(o){this.appendChild(this.ownerDocument.importNode(o,true));o=o.nextSibling}}catch(e){}}});Object.defineProperty(SVGElement.prototype,"innerSVG",{get:function(){return this.innerHTML},set:function(e){this.innerHTML=e}})})()}(function(e,t){typeof exports==="object"&&typeof module!=="undefined"?t(exports,require("d3plus-axis"),require("d3plus-color"),require("d3plus-common"),require("d3plus-geomap"),require("d3plus-hierarchy"),require("d3plus-legend"),require("d3plus-network"),require("d3plus-plot"),require("d3plus-priestley"),require("d3plus-shape"),require("d3plus-text"),require("d3plus-timeline"),require("d3plus-tooltip"),require("d3plus-viz")):typeof define==="function"&&define.amd?define("d3plus",["exports","d3plus-axis","d3plus-color","d3plus-common","d3plus-geomap","d3plus-hierarchy","d3plus-legend","d3plus-network","d3plus-plot","d3plus-priestley","d3plus-shape","d3plus-text","d3plus-timeline","d3plus-tooltip","d3plus-viz"],t):t(e.d3plus={},e.d3plusAxis,e.d3plusColor,e.d3plusCommon,e.d3plusGeomap,e.d3plusHierarchy,e.d3plusLegend,e.d3plusNetwork,e.d3plusPlot,e.d3plusPriestley,e.d3plusShape,e.d3plusText,e.d3plusTimeline,e.d3plusTooltip,e.d3plusViz)})(this,function(e,t,r,i,o,n,s,l,a,p,u,d,c,f,h){"use strict";var g="2.0.0-alpha.18";e.Axis=t.Axis;e.AxisBottom=t.AxisBottom;e.AxisLeft=t.AxisLeft;e.AxisRight=t.AxisRight;e.AxisTop=t.AxisTop;e.date=t.date;e.colorAdd=r.colorAdd;e.colorAssign=r.colorAssign;e.colorContrast=r.colorContrast;e.colorDefaults=r.colorDefaults;e.colorLegible=r.colorLegible;e.colorLighter=r.colorLighter;e.colorSubtract=r.colorSubtract;e.accessor=i.accessor;e.assign=i.assign;e.attrize=i.attrize;e.BaseClass=i.BaseClass;e.closest=i.closest;e.configPrep=i.configPrep;e.constant=i.constant;e.elem=i.elem;e.isObject=i.isObject;e.merge=i.merge;e.parseSides=i.parseSides;e.prefix=i.prefix;e.stylize=i.stylize;e.uuid=i.uuid;e.Geomap=o.Geomap;e.Donut=n.Donut;e.Pack=n.Pack;e.Pie=n.Pie;e.Tree=n.Tree;e.Treemap=n.Treemap;e.ckmeans=s.ckmeans;e.ColorScale=s.ColorScale;e.Legend=s.Legend;e.Network=l.Network;e.Rings=l.Rings;e.Sankey=l.Sankey;e.AreaPlot=a.AreaPlot;e.BarChart=a.BarChart;e.LinePlot=a.LinePlot;e.Plot=a.Plot;e.StackedArea=a.StackedArea;e.Priestley=p.Priestley;e.Area=u.Area;e.Bar=u.Bar;e.Box=u.Box;e.Circle=u.Circle;e.Image=u.Image;e.Line=u.Line;e.Path=u.Path;e.largestRect=u.largestRect;e.lineIntersection=u.lineIntersection;e.path2polygon=u.path2polygon;e.pointDistance=u.pointDistance;e.pointDistanceSquared=u.pointDistanceSquared;e.pointRotate=u.pointRotate;e.polygonInside=u.polygonInside;e.polygonRayCast=u.polygonRayCast;e.polygonRotate=u.polygonRotate;e.segmentBoxContains=u.segmentBoxContains;e.segmentsIntersect=u.segmentsIntersect;e.shapeEdgePoint=u.shapeEdgePoint;e.simplify=u.simplify;e.Rect=u.Rect;e.Shape=u.Shape;e.Whisker=u.Whisker;e.fontExists=d.fontExists;e.rtl=d.rtl;e.stringify=d.stringify;e.strip=d.strip;e.TextBox=d.TextBox;e.textSplit=d.textSplit;e.textWidth=d.textWidth;e.textWrap=d.textWrap;e.titleCase=d.titleCase;e.trim=d.trim;e.trimLeft=d.trimLeft;e.trimRight=d.trimRight;e.Timeline=c.Timeline;e.Tooltip=f.Tooltip;e.dataFold=h.dataFold;e.dataLoad=h.dataLoad;e.Viz=h.Viz;e.version=g;Object.defineProperty(e,"__esModule",{value:true})});
if(typeof Object.assign!=="function"){Object.defineProperty(Object,"assign",{value:function e(t){"use strict";if(t===null){throw new TypeError("Cannot convert undefined or null to object")}var r=Object(t);for(var i=1;i<arguments.length;i++){var o=arguments[i];if(o!==null){for(var n in o){if(Object.prototype.hasOwnProperty.call(o,n)){r[n]=o[n]}}}}return r},writable:true,configurable:true})}if(!Array.prototype.includes){Object.defineProperty(Array.prototype,"includes",{value:function e(t,r){var i=Object(this);var o=i.length>>>0;if(o===0)return false;var n=r|0;var s=Math.max(n>=0?n:o-Math.abs(n),0);function l(e,t){return e===t||typeof e==="number"&&typeof t==="number"&&isNaN(e)&&isNaN(t)}while(s<o){if(l(i[s],t)){return true}s++}return false}})}if(!String.prototype.includes){Object.defineProperty(String.prototype,"includes",{value:function(e,t){if(typeof t!=="number"){t=0}if(t+e.length>this.length){return false}else{return this.indexOf(e,t)!==-1}}})}if(!Array.prototype.find){Object.defineProperty(Array.prototype,"find",{value:function(e){if(this==null){throw new TypeError('"this" is null or not defined')}var t=Object(this);var r=t.length>>>0;if(typeof e!=="function"){throw new TypeError("predicate must be a function")}var i=arguments[1];var o=0;while(o<r){var n=t[o];if(e.call(i,n,o,t)){return n}o++}return undefined},configurable:true,writable:true})}if(!String.prototype.startsWith){Object.defineProperty(String.prototype,"startsWith",{value:function(e,t){t=!t||t<0?0:+t;return this.substring(t,t+e.length)===e}})}if(typeof window!=="undefined"){(function(){var i=function(e,t){var r=e.nodeType;if(r===3){t.push(e.textContent.replace(/&/,"&amp;").replace(/</,"&lt;").replace(">","&gt;"))}else if(r===1){t.push("<",e.tagName);if(e.hasAttributes()){[].forEach.call(e.attributes,function(e){t.push(" ",e.item.name,"='",e.item.value,"'")})}if(e.hasChildNodes()){t.push(">");[].forEach.call(e.childNodes,function(e){i(e,t)});t.push("</",e.tagName,">")}else{t.push("/>")}}else if(r==8){t.push("\x3c!--",e.nodeValue,"--\x3e")}};Object.defineProperty(SVGElement.prototype,"innerHTML",{get:function(){var e=[];var t=this.firstChild;while(t){i(t,e);t=t.nextSibling}return e.join("")},set:function(e){while(this.firstChild){this.removeChild(this.firstChild)}try{var t=new DOMParser;t.async=false;var r="<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>"+e+"</svg>";var i=t.parseFromString(r,"text/xml").documentElement;var o=i.firstChild;while(o){this.appendChild(this.ownerDocument.importNode(o,true));o=o.nextSibling}}catch(e){}}});Object.defineProperty(SVGElement.prototype,"innerSVG",{get:function(){return this.innerHTML},set:function(e){this.innerHTML=e}})})()}(function(e,t){typeof exports==="object"&&typeof module!=="undefined"?t(exports,require("d3plus-axis"),require("d3plus-color"),require("d3plus-common"),require("d3plus-geomap"),require("d3plus-hierarchy"),require("d3plus-legend"),require("d3plus-network"),require("d3plus-plot"),require("d3plus-priestley"),require("d3plus-shape"),require("d3plus-text"),require("d3plus-timeline"),require("d3plus-tooltip"),require("d3plus-viz")):typeof define==="function"&&define.amd?define("d3plus",["exports","d3plus-axis","d3plus-color","d3plus-common","d3plus-geomap","d3plus-hierarchy","d3plus-legend","d3plus-network","d3plus-plot","d3plus-priestley","d3plus-shape","d3plus-text","d3plus-timeline","d3plus-tooltip","d3plus-viz"],t):t(e.d3plus={},e.d3plusAxis,e.d3plusColor,e.d3plusCommon,e.d3plusGeomap,e.d3plusHierarchy,e.d3plusLegend,e.d3plusNetwork,e.d3plusPlot,e.d3plusPriestley,e.d3plusShape,e.d3plusText,e.d3plusTimeline,e.d3plusTooltip,e.d3plusViz)})(this,function(e,t,r,i,o,n,s,l,a,p,u,d,c,f,h){"use strict";var g="2.0.0-alpha.19";e.Axis=t.Axis;e.AxisBottom=t.AxisBottom;e.AxisLeft=t.AxisLeft;e.AxisRight=t.AxisRight;e.AxisTop=t.AxisTop;e.date=t.date;e.colorAdd=r.colorAdd;e.colorAssign=r.colorAssign;e.colorContrast=r.colorContrast;e.colorDefaults=r.colorDefaults;e.colorLegible=r.colorLegible;e.colorLighter=r.colorLighter;e.colorSubtract=r.colorSubtract;e.accessor=i.accessor;e.assign=i.assign;e.attrize=i.attrize;e.BaseClass=i.BaseClass;e.closest=i.closest;e.configPrep=i.configPrep;e.constant=i.constant;e.elem=i.elem;e.isObject=i.isObject;e.merge=i.merge;e.parseSides=i.parseSides;e.prefix=i.prefix;e.stylize=i.stylize;e.uuid=i.uuid;e.Geomap=o.Geomap;e.Donut=n.Donut;e.Pack=n.Pack;e.Pie=n.Pie;e.Tree=n.Tree;e.Treemap=n.Treemap;e.ckmeans=s.ckmeans;e.ColorScale=s.ColorScale;e.Legend=s.Legend;e.Network=l.Network;e.Rings=l.Rings;e.Sankey=l.Sankey;e.AreaPlot=a.AreaPlot;e.BarChart=a.BarChart;e.LinePlot=a.LinePlot;e.Plot=a.Plot;e.StackedArea=a.StackedArea;e.Priestley=p.Priestley;e.Area=u.Area;e.Bar=u.Bar;e.Box=u.Box;e.Circle=u.Circle;e.Image=u.Image;e.Line=u.Line;e.Path=u.Path;e.largestRect=u.largestRect;e.lineIntersection=u.lineIntersection;e.path2polygon=u.path2polygon;e.pointDistance=u.pointDistance;e.pointDistanceSquared=u.pointDistanceSquared;e.pointRotate=u.pointRotate;e.polygonInside=u.polygonInside;e.polygonRayCast=u.polygonRayCast;e.polygonRotate=u.polygonRotate;e.segmentBoxContains=u.segmentBoxContains;e.segmentsIntersect=u.segmentsIntersect;e.shapeEdgePoint=u.shapeEdgePoint;e.simplify=u.simplify;e.Rect=u.Rect;e.Shape=u.Shape;e.Whisker=u.Whisker;e.fontExists=d.fontExists;e.rtl=d.rtl;e.stringify=d.stringify;e.strip=d.strip;e.TextBox=d.TextBox;e.textSplit=d.textSplit;e.textWidth=d.textWidth;e.textWrap=d.textWrap;e.titleCase=d.titleCase;e.trim=d.trim;e.trimLeft=d.trimLeft;e.trimRight=d.trimRight;e.Timeline=c.Timeline;e.Tooltip=f.Tooltip;e.dataFold=h.dataFold;e.dataLoad=h.dataLoad;e.Viz=h.Viz;e.version=g;Object.defineProperty(e,"__esModule",{value:true})});
{
"name": "d3plus",
"version": "2.0.0-alpha.18",
"version": "2.0.0-alpha.19",
"description": "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.",

@@ -26,16 +26,16 @@ "main": "build/d3plus.js",

"dependencies": {
"d3plus-axis": "^0.3.53",
"d3plus-axis": "^0.4.8",
"d3plus-color": "^0.6.4",
"d3plus-common": "^0.6.45",
"d3plus-common": "^0.6.49",
"d3plus-geomap": "^0.6.2",
"d3plus-hierarchy": "^0.8.1",
"d3plus-legend": "^0.8.19",
"d3plus-network": "^0.5.2",
"d3plus-plot": "^0.8.6",
"d3plus-priestley": "^0.3.1",
"d3plus-shape": "^0.16.2",
"d3plus-text": "^0.9.40",
"d3plus-timeline": "^0.4.9",
"d3plus-tooltip": "^0.3.3",
"d3plus-viz": "^0.12.10"
"d3plus-hierarchy": "^0.8.5",
"d3plus-legend": "^0.8.22",
"d3plus-network": "^0.5.6",
"d3plus-plot": "^0.8.10",
"d3plus-priestley": "^0.3.2",
"d3plus-shape": "^0.16.8",
"d3plus-text": "^0.9.43",
"d3plus-timeline": "^0.4.11",
"d3plus-tooltip": "^0.3.8",
"d3plus-viz": "^0.12.33"
},

@@ -42,0 +42,0 @@ "bin": {

@@ -20,3 +20,3 @@ # D3plus

```html
<script src="https://d3plus.org/js/d3plus.v2.0.0-alpha.17.full.min.js"></script>
<script src="https://d3plus.org/js/d3plus.v2.0.0-alpha.19.full.min.js"></script>
```

@@ -23,0 +23,0 @@

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