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
0
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.2.16 to 1.2.17

0

lib/interaction.js

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

29

lib/legend.js

@@ -18,2 +18,29 @@ "use strict";

showRule = _require.showRule;
var loopConfig = {
rule: [['show', '$eq', true]],
name: 'loop',
displayName: '滚动',
value: [{
type: 'boolean',
name: 'show',
displayName: '',
value: false
}, {
type: "number",
name: "height",
displayName: "限制高度",
value: 120,
config: {
suffix: 'px'
}
}, {
type: "number",
name: "interval",
displayName: "轮播间隔",
value: 3,
config: {
suffix: 's'
}
}]
};
var defaultFont = font({

@@ -732,3 +759,3 @@ fontFamily: 'Mircosoft Yahei',

}, translateConfig(x, y)]
})],
}), loopConfig],
config: {

@@ -735,0 +762,0 @@ defaultOpen: true

2

package.json
{
"name": "@easyv/config",
"version": "1.2.16",
"version": "1.2.17",
"description": "",

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

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

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

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

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

@@ -9,2 +9,34 @@ const {

const loopConfig = {
rule: [['show', '$eq', true]],
name: 'loop',
displayName: '滚动',
value: [
{
type: 'boolean',
name: 'show',
displayName: '',
value: false,
},
{
type: "number",
name: "height",
displayName: "限制高度",
value: 120,
config: {
suffix: 'px'
},
},
{
type: "number",
name: "interval",
displayName: "轮播间隔",
value: 3,
config: {
suffix: 's'
},
},
],
}
const defaultFont = font({

@@ -747,2 +779,3 @@ fontFamily: 'Mircosoft Yahei',

},
loopConfig,
],

@@ -749,0 +782,0 @@ config: {

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

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