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 2.0.1 to 2.1.0

dist/vue-navigation-bar.esm.js

2

build/rollup.config.js

@@ -1,3 +0,1 @@

// rollup.config.js
// https://vuejs.org/v2/cookbook/packaging-sfc-for-npm.html
import vue from 'rollup-plugin-vue';

@@ -4,0 +2,0 @@ import buble from 'rollup-plugin-buble';

{
"name": "vue-programmatic-invisible-google-recaptcha",
"version": "2.0.1",
"version": "2.1.0",
"description": "A simple invisible Google reCAPTCHA component focused solely on programmatic invocation.",

@@ -25,12 +25,9 @@ "author": "John Datserakis <johndatserakis@gmail.com>",

"unpkg": "dist/vue-programmatic-invisible-google-recaptcha.min.js",
"browser": {
"./sfc": "src/vue-programmatic-invisible-google-recaptcha.vue"
},
"scripts": {
"watch": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"watch:vue-cli": "vue serve ./src/vue-programmatic-invisible-google-recaptcha.vue",
"build": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-programmatic-invisible-google-recaptcha.umd.js",
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-programmatic-invisible-google-recaptcha.esm.js",
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vue-programmatic-invisible-google-recaptcha.min.js",
"build": "npm run test && npm run build:example && npm run build:library",
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-navigation-bar.umd.js",
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-navigation-bar.esm.js",
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vue-navigation-bar.min.js",
"build:library": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules",

@@ -58,3 +55,3 @@ "test": "jest"

"rollup-plugin-terser": "^4.0.3",
"rollup-plugin-vue": "^3.0.0",
"rollup-plugin-vue": "^4.3.0",
"sass-loader": "^7.0.1",

@@ -61,0 +58,0 @@ "vue": "^2.5.16",

@@ -7,3 +7,3 @@ # vue-programmatic-invisible-google-recaptcha

<a href="https://www.npmjs.com/package/vue-programmatic-invisible-google-recaptcha"><img src="https://img.shields.io/npm/v/vue-programmatic-invisible-google-recaptcha.svg" alt="NPM Version"></a>
<a href="https://www.npmjs.com/package/vue-programmatic-invisible-google-recaptcha"><img src="https://img.shields.io/npm/dt/vue-programmatic-invisible-google-recaptcha.svg" alt="NPM Downloads"></a>
<a href="https://www.npmjs.com/package/vue-programmatic-invisible-google-recaptcha"><img src="https://img.shields.io/npm/dm/vue-programmatic-invisible-google-recaptcha.svg" alt="NPM Downloads"></a>
<a href="http://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>

@@ -122,11 +122,13 @@ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fpromosis%2Fvue-programmatic-invisible-google-recaptcha&text=Check%20out%20vue-programmatic-invisible-google-recaptcha%20on%20GitHub&via=promosis">

# run the tests
npm run test
# build demo page
npm run build:example
# build
# build library
npm run build:library
# build everything and run tests
npm run build
# publish to npm
npm version patch
npm publish
```

@@ -133,0 +135,0 @@

Sorry, the diff of this file is too big to display

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