Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vap

Package Overview
Dependencies
Maintainers
3
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vap - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

layouts/display/Role/index.d.ts

1

layouts/charts/LabelChart/index.js

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

if (this.props.percent) {
console.log(this.props);
var coord = POS[this.DATA.length + ''];

@@ -200,0 +201,0 @@ var arc_2 = d3.arc();

@@ -83,1 +83,2 @@ /**

export { default as DropDownPanel } from './DropDown';
export { default as Role } from './Role';

@@ -154,3 +154,5 @@ "use strict";

exports.DropDownPanel = DropDown_1.default;
var Role_1 = require("./Role");
exports.Role = Role_1.default;
// //Radio
// export { Radio } from 'antd';

2

package.json
{
"name": "vap",
"version": "1.6.0",
"version": "1.6.1",
"description": "vap",

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

export default abstract class {
static version: string;
/**

@@ -3,0 +4,0 @@ * 地图下钻,国级不用户传json ,省级或市级需要把上级的ID或者name传入

@@ -128,4 +128,5 @@ "use strict";

};
default_1.version = document.body.getAttribute('version');
return default_1;
}());
exports.default = default_1;
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