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.31 to 1.0.32

7

lib/interaction.js

@@ -15,6 +15,7 @@ "use strict";

*/
var defaultAction = 'click';
var defaultCallback = {
actions: [{
name: '鼠标点击',
value: 'click'
value: defaultAction
}],

@@ -45,3 +46,3 @@ extraInput: []

type: 'select',
value: 'click',
value: callback.value || defaultAction,
config: {

@@ -72,3 +73,3 @@ options: callback.actions ? callback.actions : defaultCallback.actions

type: 'select',
value: 'click',
value: callback.value || defaultAction,
config: {

@@ -75,0 +76,0 @@ options: callback.actions ? callback.actions : defaultCallback.actions

{
"name": "@easyv/config",
"version": "1.0.31",
"version": "1.0.32",
"description": "",

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

/**
* TODO:有个触发回调的类型
*/
const defaultAction = 'click';
const defaultCallback = {
actions: [{ name: '鼠标点击', value: 'click' }],
actions: [{ name: '鼠标点击', value: defaultAction }],
extraInput: [],

@@ -29,3 +30,3 @@ };

type: 'select',
value: 'click',
value: callback.value || defaultAction,
config: {

@@ -65,3 +66,3 @@ options: callback.actions

type: 'select',
value: 'click',
value: callback.value || defaultAction,
config: {

@@ -68,0 +69,0 @@ options: callback.actions

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