New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-swipe-actions

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-swipe-actions - npm Package Compare versions

Comparing version 2.0.0-beta.18 to 2.0.0-beta.19

40

package.json
{
"name": "vue-swipe-actions",
"description": "iOS style swipe actions",
"version": "2.0.0-beta.18",
"version": "2.0.0-beta.19",
"private": false,

@@ -36,26 +36,26 @@ "scripts": {

"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.4",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.2",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-preset-es2015-rollup": "^3.0.0",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-ecollect-vue": "^0.1.0-beta.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-vue": "^5.2.3",
"eslint": "^6.8.0",
"eslint-config-ecollect-vue": "^0.2.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-vue": "^6.1.1",
"gh-pages-deploy": "^0.5.1",
"postcss": "^7.0.17",
"rimraf": "^2.6.3",
"rollup": "^1.16.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
"postcss": "^7.0.25",
"rimraf": "^3.0.0",
"rollup": "^1.20.14",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.1.0",
"rollup-plugin-vue": "^5.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-vue": "^5.1.4",
"uglify-es": "^3.3.9",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},

@@ -62,0 +62,0 @@ "peerDependencies": {

@@ -35,2 +35,6 @@ /* eslint-disable consistent-return */

},
passiveListeners: {
type: Boolean,
default: false,
},
},

@@ -164,2 +168,3 @@ data() {

revealed: this.innerRevealed[index],
passiveListeners: this.passiveListeners,
},

@@ -166,0 +171,0 @@ on: {

@@ -44,2 +44,6 @@ import touchPan from '../directives/touch-horizontal-pan';

},
passiveListeners: {
type: Boolean,
default: false,
},
},

@@ -262,3 +266,3 @@ watch: {

mouse: true,
prevent: true,
prevent: !this.passiveListeners,
mousePrevent: true,

@@ -265,0 +269,0 @@ },

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