New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vap-visual

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vap-visual - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

4

_utils/DateUtil.js

@@ -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"}}
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