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

@easyv/config

Package Overview
Dependencies
Maintainers
7
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.15 to 1.0.16

52

lib/interaction.js

@@ -38,18 +38,20 @@ "use strict";

}),
template: [{
name: 'callback',
displayName: '回调',
type: 'object',
value: [{
name: 'origin',
displayName: '字段值',
type: 'input',
value: ''
}, {
name: 'target',
displayName: '变量名',
type: 'input',
value: ''
config: {
template: [{
name: 'callback',
displayName: '回调',
type: 'object',
value: [{
name: 'origin',
displayName: '字段值',
type: 'input',
value: ''
}, {
name: 'target',
displayName: '变量名',
type: 'input',
value: ''
}]
}]
}]
}
}, remoteControl && Array.isArray(remoteControl) && {

@@ -60,13 +62,15 @@ name: 'remoteControl',

value: [],
template: [{
name: 'controls',
displayName: '控制',
type: 'object',
value: [{
name: 'control',
config: {
template: [{
name: 'controls',
displayName: '控制',
type: 'remoteOptions',
value: '{}'
type: 'object',
value: [{
name: 'control',
displayName: '控制',
type: 'remoteOptions',
value: '{}'
}]
}]
}]
}
}].filter(function (item) {

@@ -73,0 +77,0 @@ return !!item;

{
"name": "@easyv/config",
"version": "1.0.15",
"version": "1.0.16",
"description": "",

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

@@ -31,23 +31,25 @@ export default ({ callback, remoteControl }) => ({

})),
template: [
{
name: 'callback',
displayName: '回调',
type: 'object',
value: [
{
name: 'origin',
displayName: '字段值',
type: 'input',
value: '',
},
{
name: 'target',
displayName: '变量名',
type: 'input',
value: '',
},
],
},
],
config: {
template: [
{
name: 'callback',
displayName: '回调',
type: 'object',
value: [
{
name: 'origin',
displayName: '字段值',
type: 'input',
value: '',
},
{
name: 'target',
displayName: '变量名',
type: 'input',
value: '',
},
],
},
],
},
},

@@ -60,17 +62,19 @@ remoteControl &&

value: [],
template: [
{
name: 'controls',
displayName: '控制',
type: 'object',
value: [
{
name: 'control',
displayName: '控制',
type: 'remoteOptions',
value: '{}',
},
],
},
],
config: {
template: [
{
name: 'controls',
displayName: '控制',
type: 'object',
value: [
{
name: 'control',
displayName: '控制',
type: 'remoteOptions',
value: '{}',
},
],
},
],
},
},

@@ -77,0 +81,0 @@ ].filter((item) => !!item)

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