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

@easyv/config

Package Overview
Dependencies
Maintainers
8
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/config - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

0

lib/animation.js

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

49

lib/legend.js

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

font = _ref$font === void 0 ? defaultLegend.font : _ref$font,
iconSize = _ref.iconSize,
_ref$iconSize = _ref.iconSize;

@@ -62,3 +61,4 @@

height = _ref$iconSize$height === void 0 ? defaultLegend.iconSize.height : _ref$iconSize$height,
iconGap = _ref.iconGap,
_ref$iconGap = _ref.iconGap,
iconGap = _ref$iconGap === void 0 ? defaultLegend.iconGap : _ref$iconGap,
_ref$layout = _ref.layout;

@@ -97,3 +97,3 @@ _ref$layout = _ref$layout === void 0 ? defaultLegend.layout : _ref$layout;

type: 'textStyle'
}, iconSize !== undefined && {
}, {
name: 'iconSize',

@@ -119,3 +119,3 @@ displayName: '图标尺寸',

type: 'group'
}, iconGap !== undefined && {
}, {
name: 'iconGap',

@@ -203,2 +203,7 @@ displayName: '间距',

order: '',
iconSize: {
width: 10,
height: 10
},
iconGap: 5,
name: {

@@ -250,4 +255,12 @@ show: true,

order = _ref2$order === void 0 ? defaultLegendOfPie.order : _ref2$order,
_ref2$iconSize = _ref2.iconSize;
_ref2$iconSize = _ref2$iconSize === void 0 ? defaultLegendOfPie.iconSize : _ref2$iconSize;
var _ref2$iconSize$width = _ref2$iconSize.width,
width = _ref2$iconSize$width === void 0 ? defaultLegendOfPie.iconSize.width : _ref2$iconSize$width,
_ref2$iconSize$height = _ref2$iconSize.height,
height = _ref2$iconSize$height === void 0 ? defaultLegendOfPie.iconSize.height : _ref2$iconSize$height,
_ref2$iconGap = _ref2.iconGap,
iconGap = _ref2$iconGap === void 0 ? defaultLegendOfPie.iconGap : _ref2$iconGap,
_ref2$name = _ref2.name;
_ref2$name = _ref2$name === void 0 ? defaultLegendOfPie.name : _ref2$name;

@@ -333,2 +346,28 @@ var _ref2$name$show = _ref2$name.show,

}, {
name: 'iconSize',
displayName: '图标尺寸',
value: [{
name: 'width',
displayName: '宽度',
value: width,
config: {
span: 12
}
}, {
name: 'height',
displayName: '高度',
value: height,
config: {
span: 12
}
}],
type: 'group'
}, {
name: 'iconGap',
displayName: '间距',
value: iconGap,
config: {
suffix: 'px'
}
}, {
rule: [['show', '$eq', true]],

@@ -335,0 +374,0 @@ name: 'name',

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@easyv/config",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

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