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
9
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.34 to 1.0.35

0

index.js
const config = require('./lib');
module.exports = config;

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

8

lib/label.js

@@ -153,2 +153,4 @@ "use strict";

lineLength = _ref2$lineLength === void 0 ? defaultLabelOfPie.lineLength : _ref2$lineLength,
_ref2$lineColor = _ref2.lineColor,
lineColor = _ref2$lineColor === void 0 ? "" : _ref2$lineColor,
_ref2$mode = _ref2.mode,

@@ -224,2 +226,8 @@ mode = _ref2$mode === void 0 ? defaultLabelOfPie.mode : _ref2$mode,

}, {
rule: [['show', '$eq', lineColor ? true : "123456789"]],
name: "lineColor",
displayName: "线颜色",
value: lineColor,
type: "color"
}, {
rule: [['show', '$eq', true]],

@@ -226,0 +234,0 @@ name: 'mode',

2

package.json
{
"name": "@easyv/config",
"version": "1.0.34",
"version": "1.0.35",
"description": "",

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

@@ -0,0 +0,0 @@ import { show as showConfig } from './';

@@ -0,0 +0,0 @@ import { gridLine, tickLine, axisLine, unit, font } from '.';

@@ -0,0 +0,0 @@ const axisLine = {

@@ -0,0 +0,0 @@ const defaultBrush = {

@@ -0,0 +0,0 @@ const defaultDimension = {

@@ -0,0 +0,0 @@ const extent = {

@@ -0,0 +0,0 @@ const defaultFont = {

@@ -0,0 +0,0 @@ const gridLine = {

@@ -0,0 +0,0 @@ import show from './show';

@@ -0,0 +0,0 @@ /**

@@ -101,2 +101,3 @@ import { translate, font, extent } from '.';

lineLength = defaultLabelOfPie.lineLength,
lineColor = "", //这个是可选项,如果不在main.js里赋值,就不会出现
mode = defaultLabelOfPie.mode,

@@ -159,2 +160,9 @@ translate: { x, y } = defaultLabelOfPie.show,

{
rule:[['show', '$eq', lineColor?true:"123456789"]],
name:"lineColor",
displayName:"线颜色",
value:lineColor,
type:"color"
},
{
rule: [['show', '$eq', true]],

@@ -161,0 +169,0 @@ name: 'mode',

@@ -0,0 +0,0 @@ const { translate: translateConfig, font, show: showConfig } = require('.');

@@ -0,0 +0,0 @@ const defaultMapping = { fieldName: '', displayName: '' };

@@ -0,0 +0,0 @@ const defaultMargin = {

@@ -0,0 +0,0 @@ import { font, show as showConfig, translate as translateConfig } from './';

@@ -0,0 +0,0 @@ import { mapping, label } from '.';

@@ -0,0 +0,0 @@ export default (show = false) => ({

@@ -0,0 +0,0 @@ const defaultTickLine = {

@@ -0,0 +0,0 @@ import { translate, margin } from '.';

@@ -0,0 +0,0 @@ export default (x = 0, y = 0) => ({

@@ -0,0 +0,0 @@ const { translate } = require('.');

Sorry, the diff of this file is not supported yet

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