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
1
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.0.9 to 0.0.10

3

_Common/Visual.js

@@ -131,2 +131,3 @@ "use strict";

enter.on('mouseover', function (d, i) {
// console.log('tip--start')
var data = path ? _.get(d, path) : d;

@@ -137,3 +138,3 @@ var index = i;

}
if (_.has(this.props, 'tip')) {
if (_.has(self.props, 'tip')) {
var result = self.props.tip(data, index);

@@ -140,0 +141,0 @@ ToolTip_1.default.show(result);

{
"name": "vap-visual",
"version": "0.0.9",
"version": "0.0.10",
"description": "vap-visual - A Visual FrameWork base on d3 & lodash",

@@ -5,0 +5,0 @@ "main": "index.js",

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