vap-visual
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -109,3 +109,2 @@ "use strict"; | ||
var f = convertToD3Format(format); | ||
console.log(f); | ||
if (parseCache.has(f)) { | ||
@@ -341,2 +340,3 @@ return parseCache.get(f); | ||
} | ||
// console.log(formatstr) | ||
// 2 map | ||
@@ -363,3 +363,3 @@ var monthMap = new Map(); | ||
data.map(function (item) { | ||
var date = new Date(item[labelField]); | ||
var date = parser(item[labelField]); | ||
var key = getMonth(date); | ||
@@ -366,0 +366,0 @@ if (!monthMap.has(key)) { |
@@ -1,1 +0,1 @@ | ||
{"name":"vap-visual","version":"0.3.15","description":"vap-visual - A Visual FrameWork base on d3","main":"index.js","author":"Xiang da","dependencies":{"d3":"^5.16.0"}} | ||
{"name":"vap-visual","version":"0.3.16","description":"vap-visual - A Visual FrameWork base on d3","main":"index.js","author":"Xiang da","dependencies":{"d3":"^5.16.0"}} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
584720
1