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

v-click-outside-x

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-click-outside-x - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

48

package.json
{
"name": "v-click-outside-x",
"version": "3.0.1",
"version": "3.0.2",
"description": "Vue directive to react on clicks outside an element.",

@@ -24,7 +24,7 @@ "homepage": "https://github.com/Xotic750/v-click-outside-x.git",

"lint-fix": "npm run lint -- --fix",
"precommit": "npm run security && npm run build",
"precommit": "npm run security fix && npm run build",
"prepush": "npm run precommit",
"report": "npm run build -- --env.report",
"report:dev": "npm run build:dev -- --env.report",
"security": "nsp check",
"security": "npm audit",
"start": "nodemon --exec \"npm run build\" --watch src",

@@ -51,6 +51,6 @@ "test": "npm run clean:coverage && jest",

"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",

@@ -64,15 +64,15 @@ "babel-plugin-transform-es5-property-mutators": "^6.24.1",

"babel-runtime": "^6.26.0",
"cross-env": "^5.1.6",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.10.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-compat": "^2.3.0",
"eslint-plugin-compat": "^2.5.0",
"eslint-plugin-css-modules": "^2.7.5",
"eslint-plugin-eslint-comments": "^2.0.2",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",

@@ -83,3 +83,3 @@ "eslint-plugin-jsdoc": "^3.7.1",

"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^3.8.0",

@@ -90,22 +90,20 @@ "eslint-plugin-sort-class-members": "^1.3.1",

"identity-obj-proxy": "^3.0.0",
"jest": "^23.1.0",
"jest-cli": "^23.1.0",
"jest": "^23.4.0",
"jest-cli": "^23.4.0",
"jest-file": "^1.0.0",
"jsdoc-to-markdown": "^4.0.1",
"nodemon": "^1.17.5",
"nsp": "^3.2.1",
"prettier": "^1.13.4",
"nodemon": "^1.18.1",
"prettier": "^1.13.7",
"pretty-quick": "^1.6.0",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.10.2",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.1",
"webpack-merge": "^4.1.2"
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3"
},
"engines": {
"node": ">=8.9.1",
"npm": ">=5.5.1",
"yarn": ">=1.3.2"
"node": ">=8.11.0",
"npm": "6.1.0"
},

@@ -112,0 +110,0 @@ "browserslist": [

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