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

@ektx/v-contextmenu

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ektx/v-contextmenu - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

7

package.json
{
"name": "@ektx/v-contextmenu",
"version": "0.3.0",
"version": "0.3.1",
"description": "Vue 右键菜单功能",

@@ -8,4 +8,5 @@ "author": "kings <530675800@qq.com>",

"scripts": {
"build": "rollup --config ./rollup.config.js",
"style": "gulp --gulpfile ./styles.js"
"build": "rollup --config ./rollup.config.js && gulp --gulpfile ./styles.js",
"style": "gulp --gulpfile ./styles.js",
"js": "rollup --config ./rollup.config.js"
},

@@ -12,0 +13,0 @@ "main": "./dist/vcontextmenu.js",

@@ -90,2 +90,7 @@ # VContextmenu

this.$VContextmenu.show(data, evt)
/**
* 手动关闭功能
*/
this.$VContextmenu.close()
```

@@ -92,0 +97,0 @@

Sorry, the diff of this file is not supported yet

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