Socket
Socket
Sign inDemoInstall

vue-programmatic-invisible-google-recaptcha

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

test/VueProgrammaticInvisibleGoogleRecaptcha.spec.js

6

CHANGELOG.md

@@ -5,2 +5,6 @@ # CHANGELOG.md

Initial Release
Initial Release
## 1.0.4 (2018-09-10)
Added tests
{
"name": "vue-programmatic-invisible-google-recaptcha",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple invisible Google reCAPTCHA component focused solely on programmatic invocation.",

@@ -35,5 +35,7 @@ "author": "John Datserakis <johndatserakis@gmail.com>",

"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vue-programmatic-invisible-google-recaptcha.min.js",
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules"
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules",
"test": "jest"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "^6.26.0",

@@ -46,2 +48,5 @@ "babel-loader": "^7.1.2",

"file-loader": "^1.1.4",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"minimist": "^1.2.0",

@@ -56,8 +61,24 @@ "node-sass": "^4.5.3",

"vue": "^2.5.16",
"vue-jest": "^2.6.0",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"html-webpack-plugin": "^3.2.0"
"webpack-dev-server": "^2.9.1"
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}

Sorry, the diff of this file is not supported yet

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