Socket
Socket
Sign inDemoInstall

vueclaw

Package Overview
Dependencies
11
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

6

package.json
{
"name": "vueclaw",
"version": "1.0.1",
"version": "1.1.0",
"description": "A wrapper for Claw.",

@@ -31,6 +31,6 @@ "keywords": [

"dependencies": {
"@seregpie/claw": "^2.0.0"
"@seregpie/claw": "^3.0.0"
},
"devDependencies": {
"rollup": "^0.67.1",
"rollup": "^0.67.3",
"rollup-plugin-babel-minify": "^6.1.1",

@@ -37,0 +37,0 @@ "rollup-plugin-buble": "^0.19.4"

@@ -56,1 +56,25 @@ # VueClaw

If Vue is detected, the directive will be registered automatically.
## usage
```vue
<template>
<div
v-claw:pan="onPan"
v-claw:tap="onTap"
><!--...--></div>
</template>
<script>
export default {
methods: {
onPan(event) {
// handle pan
},
onTap(event) {
// handle tap
},
},
/*...*/
};
</script>
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc