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.10 to 0.1.0

2

package.json
{
"name": "vap-visual",
"version": "0.0.10",
"version": "0.1.0",
"description": "vap-visual - A Visual FrameWork base on d3 & lodash",

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

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

_this.total = 0;
// protected legendDrawer: LegendDrawer = null;
_this._DATA = [];

@@ -87,3 +86,2 @@ return _this;

var data = _.find(list, { _idx: idx });
console.log(data);
if (data) {

@@ -90,0 +88,0 @@ this.EXT_BOTTOM.select('text._item_name').text(this.FormatLabel(data[this.props.labelField], data));

@@ -44,3 +44,3 @@ "use strict";

var ROTATION_MAP = {
'chinafull': [[-88, -9.7, -8.4], [10, 20]],
'chinafull': [[-88, -9.7, -8.4], [0, 0]],
'china': [[-88, -9.7, -8.4], [0, 0]],

@@ -47,0 +47,0 @@ '11': [[-100, 10, -10], [0, 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