Socket
Socket
Sign inDemoInstall

vue-gtag

Package Overview
Dependencies
21
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.1 to 2.0.0

22

dist/vue-gtag.esm.js

@@ -1,2 +0,2 @@

import Vue from 'vue';
import { nextTick } from 'vue';

@@ -417,4 +417,4 @@ function _typeof(obj) {

var attachApi = function attachApi(Vue) {
return Vue.$gtag = Vue.prototype.$gtag = api;
var attachApi = function attachApi(app) {
app.config.globalProperties.$gtag = api;
};

@@ -515,15 +515,15 @@

var router = getRouter();
router.onReady(function () {
Vue.nextTick().then(function () {
router.isReady().then(function () {
nextTick().then(function () {
var currentRoute = router.currentRoute;
addConfiguration();
if (isRouteExcluded(currentRoute)) {
if (isRouteExcluded(currentRoute.value)) {
return;
}
track(currentRoute);
track(currentRoute.value);
});
router.afterEach(function (to, from) {
Vue.nextTick().then(function () {
nextTick().then(function () {
if (isRouteExcluded(to)) {

@@ -580,3 +580,3 @@ return;

}
}).catch(function (error) {
})["catch"](function (error) {
if (onError) {

@@ -590,6 +590,6 @@ onError(error);

var install = function install(Vue) {
var install = function install(app) {
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var router = arguments.length > 2 ? arguments[2] : undefined;
attachApi(Vue);
attachApi(app);
setOptions(options);

@@ -596,0 +596,0 @@ setRouter(router);

@@ -5,6 +5,4 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var vue = require('vue');
var Vue = _interopDefault(require('vue'));
function _typeof(obj) {

@@ -424,4 +422,4 @@ "@babel/helpers - typeof";

var attachApi = function attachApi(Vue) {
return Vue.$gtag = Vue.prototype.$gtag = api;
var attachApi = function attachApi(app) {
app.config.globalProperties.$gtag = api;
};

@@ -522,15 +520,15 @@

var router = getRouter();
router.onReady(function () {
Vue.nextTick().then(function () {
router.isReady().then(function () {
vue.nextTick().then(function () {
var currentRoute = router.currentRoute;
addConfiguration();
if (isRouteExcluded(currentRoute)) {
if (isRouteExcluded(currentRoute.value)) {
return;
}
track(currentRoute);
track(currentRoute.value);
});
router.afterEach(function (to, from) {
Vue.nextTick().then(function () {
vue.nextTick().then(function () {
if (isRouteExcluded(to)) {

@@ -587,3 +585,3 @@ return;

}
}).catch(function (error) {
})["catch"](function (error) {
if (onError) {

@@ -597,6 +595,6 @@ onError(error);

var install = function install(Vue) {
var install = function install(app) {
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var router = arguments.length > 2 ? arguments[2] : undefined;
attachApi(Vue);
attachApi(app);
setOptions(options);

@@ -603,0 +601,0 @@ setRouter(router);

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
(global = global || self, factory(global.VueGtag = {}, global.Vue));
}(this, (function (exports, Vue) { 'use strict';
(global = global || self, factory(global.VueGtag = {}, global.vue));
}(this, (function (exports, vue) { 'use strict';
Vue = Vue && Object.prototype.hasOwnProperty.call(Vue, 'default') ? Vue['default'] : Vue;
function _typeof(obj) {

@@ -423,4 +421,4 @@ "@babel/helpers - typeof";

var attachApi = function attachApi(Vue) {
return Vue.$gtag = Vue.prototype.$gtag = api;
var attachApi = function attachApi(app) {
app.config.globalProperties.$gtag = api;
};

@@ -521,15 +519,15 @@

var router = getRouter();
router.onReady(function () {
Vue.nextTick().then(function () {
router.isReady().then(function () {
vue.nextTick().then(function () {
var currentRoute = router.currentRoute;
addConfiguration();
if (isRouteExcluded(currentRoute)) {
if (isRouteExcluded(currentRoute.value)) {
return;
}
track(currentRoute);
track(currentRoute.value);
});
router.afterEach(function (to, from) {
Vue.nextTick().then(function () {
vue.nextTick().then(function () {
if (isRouteExcluded(to)) {

@@ -586,3 +584,3 @@ return;

}
}).catch(function (error) {
})["catch"](function (error) {
if (onError) {

@@ -596,6 +594,6 @@ onError(error);

var install = function install(Vue) {
var install = function install(app) {
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var router = arguments.length > 2 ? arguments[2] : undefined;
attachApi(Vue);
attachApi(app);
setOptions(options);

@@ -602,0 +600,0 @@ setRouter(router);

@@ -1,2 +0,2 @@

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],n):n((e=e||self).VueGtag={},e.Vue)}(this,(function(e,n){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function r(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function o(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function a(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?o(Object(t),!0).forEach((function(n){r(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):o(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}n=n&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n;var i=function(e){return"function"==typeof e},c=function(e){return e&&"object"===t(e)&&!Array.isArray(e)},u=function e(n){for(var t=arguments.length,o=new Array(t>1?t-1:0),a=1;a<t;a++)o[a-1]=arguments[a];if(!o.length)return n;var i=o.shift();if(c(n)&&c(i)){for(var u in i)c(i[u])?(n[u]||Object.assign(n,r({},u,{})),e(n[u],i[u])):Object.assign(n,r({},u,i[u]));return e.apply(void 0,[n].concat(o))}},p=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},l=function(e){p()},f=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return l('Missing "appName" property inside the plugin options.',null==e.app_name),l('Missing "name" property in the route.',null==e.screen_name),e};function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=e.split("/"),r=n.split("/");return""===t[0]&&"/"===n[n.length-1]&&t.shift(),r.join("/")+t.join("/")}var s,g={},m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n={bootstrap:!0,onReady:null,onError:null,onBeforeTrack:null,onAfterTrack:null,pageTrackerTemplate:null,customResourceURL:"https://www.googletagmanager.com/gtag/js",customPreconnectOrigin:"https://www.googletagmanager.com",deferScriptLoad:!1,pageTrackerExcludedRoutes:[],pageTrackerEnabled:!0,enabled:!0,disableScriptLoad:!1,pageTrackerScreenviewEnabled:!1,appName:null,pageTrackerUseFullPath:!1,pageTrackerPrependBase:!0,pageTrackerSkipSamePath:!0,globalDataLayerName:"dataLayer",globalObjectName:"gtag",defaultGroupName:"default",includes:null,config:{id:null,params:{send_page_view:!1}}};g=u(n,e)},y=function(){return g},v=function(){var e,n=y(),t=n.globalObjectName;p()&&void 0!==window[t]&&(e=window)[t].apply(e,arguments)},h=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];var r=y(),o=r.config,a=r.includes;v.apply(void 0,["config",o.id].concat(n)),Array.isArray(a)&&a.forEach((function(e){v.apply(void 0,["config",e.id].concat(n))}))},w=function(e,n){p()&&(window["ga-disable-".concat(e)]=n)},b=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],n=y(),t=n.config,r=n.includes;w(t.id,e),Array.isArray(r)&&r.forEach((function(n){return w(n.id,e)}))},O=function(){b(!0)},_=function(){b(!1)},k=function(e){s=e},j=function(){return s},T=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=y(),r=t.includes,o=t.defaultGroupName;null==n.send_to&&Array.isArray(r)&&r.length&&(n.send_to=r.map((function(e){return e.id})).concat(o)),v("event",e,n)},P=function(e){if(p()){var n;if("string"==typeof e)n={page_path:e};else if(e.path||e.fullPath){var t=y(),r=t.pageTrackerUseFullPath,o=t.pageTrackerPrependBase,i=j(),c=i&&i.options.base,u=r?e.fullPath:e.path;n=a(a({},e.name&&{page_title:e.name}),{},{page_path:o?d(u,c):u})}else n=e;null==n.page_location&&(n.page_location=window.location.href),null==n.send_page_view&&(n.send_page_view=!0),T("page_view",n)}},A=function(e){var n,t=y().appName;e&&((n="string"==typeof e?{screen_name:e}:e).app_name=n.app_name||t,T("screen_view",n))},E=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];T.apply(void 0,["exception"].concat(n))},S=function(e){h("linker",e)},N=function(e){T("timing_complete",e)},R=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];v.apply(void 0,["set"].concat(n))},x=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];T.apply(void 0,["refund"].concat(n))},L=function(e){T("purchase",e)},D=function(e){h({custom_map:e})},B=Object.freeze({__proto__:null,query:v,config:h,optOut:O,optIn:_,pageview:P,screenview:A,exception:E,linker:S,time:N,set:R,refund:x,purchase:L,customMap:D,event:T}),M=function(e){return e.$gtag=e.prototype.$gtag=B},U=function(e){return a({send_page_view:!1},e)},q=function(){var e=y(),n=e.config,t=e.includes;v("config",n.id,U(n.params)),Array.isArray(t)&&t.forEach((function(e){v("config",e.id,U(e.params))}))},G=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=y(),r=t.appName,o=t.pageTrackerTemplate,a=t.pageTrackerScreenviewEnabled,c=t.pageTrackerSkipSamePath;if(!c||e.path!==n.path){var u=e;i(o)?u=o(e,n):a&&(u=f({app_name:r,screen_name:e.name})),a?A(u):P(u)}},C=function(e){var n=y().pageTrackerExcludedRoutes;return n.includes(e.path)||n.includes(e.name)},F=function(){var e=y(),t=e.onBeforeTrack,r=e.onAfterTrack,o=j();o.onReady((function(){n.nextTick().then((function(){var e=o.currentRoute;q(),C(e)||G(e)})),o.afterEach((function(e,o){n.nextTick().then((function(){C(e)||(i(t)&&t(e,o),G(e,o),i(r)&&r(e,o))}))}))}))},I=function(){var e=y(),n=e.onReady,t=e.onError,r=e.globalObjectName,o=e.globalDataLayerName,a=e.config,i=e.customResourceURL,c=e.customPreconnectOrigin,u=e.deferScriptLoad,l=e.pageTrackerEnabled,f=e.disableScriptLoad,d=Boolean(l&&j());if(function(){if(p()){var e=y(),n=e.enabled,t=e.globalObjectName,r=e.globalDataLayerName;null==window[t]&&(window[r]=window[r]||[],window[t]=function(){window[r].push(arguments)}),window[t]("js",new Date),n||O(),window[t]}}(),d?F():q(),!f)return function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise((function(t,r){if("undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],a=document.createElement("script");if(a.async=!0,a.src=e,a.defer=n.defer,n.preconnectOrigin){var i=document.createElement("link");i.href=n.preconnectOrigin,i.rel="preconnect",o.appendChild(i)}o.appendChild(a),a.onload=t,a.onerror=r}}))}("".concat(i,"?id=").concat(a.id,"&l=").concat(o),{preconnectOrigin:c,defer:u}).then((function(){n&&n(window[r])})).catch((function(e){return t&&t(e),e}))},V=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=arguments.length>2?arguments[2]:void 0;M(e),m(n),k(t),y().bootstrap&&I()};e.addRoutesTracker=F,e.bootstrap=I,e.config=h,e.customMap=D,e.default=V,e.event=T,e.exception=E,e.install=V,e.linker=S,e.optIn=_,e.optOut=O,e.pageview=P,e.purchase=L,e.query=v,e.refund=x,e.screenview=A,e.set=R,e.setOptions=m,e.setRouter=k,e.time=N,Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],n):n((e=e||self).VueGtag={},e.vue)}(this,(function(e,n){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function r(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function o(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function a(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?o(Object(t),!0).forEach((function(n){r(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):o(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var i=function(e){return"function"==typeof e},c=function(e){return e&&"object"===t(e)&&!Array.isArray(e)},u=function e(n){for(var t=arguments.length,o=new Array(t>1?t-1:0),a=1;a<t;a++)o[a-1]=arguments[a];if(!o.length)return n;var i=o.shift();if(c(n)&&c(i)){for(var u in i)c(i[u])?(n[u]||Object.assign(n,r({},u,{})),e(n[u],i[u])):Object.assign(n,r({},u,i[u]));return e.apply(void 0,[n].concat(o))}},l=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},p=function(e){l()},f=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return p('Missing "appName" property inside the plugin options.',null==e.app_name),p('Missing "name" property in the route.',null==e.screen_name),e};function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",t=e.split("/"),r=n.split("/");return""===t[0]&&"/"===n[n.length-1]&&t.shift(),r.join("/")+t.join("/")}var s,g={},v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n={bootstrap:!0,onReady:null,onError:null,onBeforeTrack:null,onAfterTrack:null,pageTrackerTemplate:null,customResourceURL:"https://www.googletagmanager.com/gtag/js",customPreconnectOrigin:"https://www.googletagmanager.com",deferScriptLoad:!1,pageTrackerExcludedRoutes:[],pageTrackerEnabled:!0,enabled:!0,disableScriptLoad:!1,pageTrackerScreenviewEnabled:!1,appName:null,pageTrackerUseFullPath:!1,pageTrackerPrependBase:!0,pageTrackerSkipSamePath:!0,globalDataLayerName:"dataLayer",globalObjectName:"gtag",defaultGroupName:"default",includes:null,config:{id:null,params:{send_page_view:!1}}};g=u(n,e)},m=function(){return g},y=function(){var e,n=m(),t=n.globalObjectName;l()&&void 0!==window[t]&&(e=window)[t].apply(e,arguments)},h=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];var r=m(),o=r.config,a=r.includes;y.apply(void 0,["config",o.id].concat(n)),Array.isArray(a)&&a.forEach((function(e){y.apply(void 0,["config",e.id].concat(n))}))},w=function(e,n){l()&&(window["ga-disable-".concat(e)]=n)},b=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],n=m(),t=n.config,r=n.includes;w(t.id,e),Array.isArray(r)&&r.forEach((function(n){return w(n.id,e)}))},O=function(){b(!0)},_=function(){b(!1)},k=function(e){s=e},j=function(){return s},T=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=m(),r=t.includes,o=t.defaultGroupName;null==n.send_to&&Array.isArray(r)&&r.length&&(n.send_to=r.map((function(e){return e.id})).concat(o)),y("event",e,n)},P=function(e){if(l()){var n;if("string"==typeof e)n={page_path:e};else if(e.path||e.fullPath){var t=m(),r=t.pageTrackerUseFullPath,o=t.pageTrackerPrependBase,i=j(),c=i&&i.options.base,u=r?e.fullPath:e.path;n=a(a({},e.name&&{page_title:e.name}),{},{page_path:o?d(u,c):u})}else n=e;null==n.page_location&&(n.page_location=window.location.href),null==n.send_page_view&&(n.send_page_view=!0),T("page_view",n)}},A=function(e){var n,t=m().appName;e&&((n="string"==typeof e?{screen_name:e}:e).app_name=n.app_name||t,T("screen_view",n))},E=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];T.apply(void 0,["exception"].concat(n))},S=function(e){h("linker",e)},N=function(e){T("timing_complete",e)},R=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];y.apply(void 0,["set"].concat(n))},x=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];T.apply(void 0,["refund"].concat(n))},L=function(e){T("purchase",e)},D=function(e){h({custom_map:e})},B=Object.freeze({__proto__:null,query:y,config:h,optOut:O,optIn:_,pageview:P,screenview:A,exception:E,linker:S,time:N,set:R,refund:x,purchase:L,customMap:D,event:T}),M=function(e){e.config.globalProperties.$gtag=B},U=function(e){return a({send_page_view:!1},e)},q=function(){var e=m(),n=e.config,t=e.includes;y("config",n.id,U(n.params)),Array.isArray(t)&&t.forEach((function(e){y("config",e.id,U(e.params))}))},G=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=m(),r=t.appName,o=t.pageTrackerTemplate,a=t.pageTrackerScreenviewEnabled,c=t.pageTrackerSkipSamePath;if(!c||e.path!==n.path){var u=e;i(o)?u=o(e,n):a&&(u=f({app_name:r,screen_name:e.name})),a?A(u):P(u)}},C=function(e){var n=m().pageTrackerExcludedRoutes;return n.includes(e.path)||n.includes(e.name)},F=function(){var e=m(),t=e.onBeforeTrack,r=e.onAfterTrack,o=j();o.isReady().then((function(){n.nextTick().then((function(){var e=o.currentRoute;q(),C(e.value)||G(e.value)})),o.afterEach((function(e,o){n.nextTick().then((function(){C(e)||(i(t)&&t(e,o),G(e,o),i(r)&&r(e,o))}))}))}))},I=function(){var e=m(),n=e.onReady,t=e.onError,r=e.globalObjectName,o=e.globalDataLayerName,a=e.config,i=e.customResourceURL,c=e.customPreconnectOrigin,u=e.deferScriptLoad,p=e.pageTrackerEnabled,f=e.disableScriptLoad,d=Boolean(p&&j());if(function(){if(l()){var e=m(),n=e.enabled,t=e.globalObjectName,r=e.globalDataLayerName;null==window[t]&&(window[r]=window[r]||[],window[t]=function(){window[r].push(arguments)}),window[t]("js",new Date),n||O(),window[t]}}(),d?F():q(),!f)return function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new Promise((function(t,r){if("undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],a=document.createElement("script");if(a.async=!0,a.src=e,a.defer=n.defer,n.preconnectOrigin){var i=document.createElement("link");i.href=n.preconnectOrigin,i.rel="preconnect",o.appendChild(i)}o.appendChild(a),a.onload=t,a.onerror=r}}))}("".concat(i,"?id=").concat(a.id,"&l=").concat(o),{preconnectOrigin:c,defer:u}).then((function(){n&&n(window[r])})).catch((function(e){return t&&t(e),e}))},z=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=arguments.length>2?arguments[2]:void 0;M(e),v(n),k(t),m().bootstrap&&I()};e.addRoutesTracker=F,e.bootstrap=I,e.config=h,e.customMap=D,e.default=z,e.event=T,e.exception=E,e.install=z,e.linker=S,e.optIn=_,e.optOut=O,e.pageview=P,e.purchase=L,e.query=y,e.refund=x,e.screenview=A,e.set=R,e.setOptions=v,e.setRouter=k,e.time=N,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=vue-gtag.umd.min.js.map
{
"name": "vue-gtag",
"description": "Global Site Tag (gtag.js) plugin for Vue",
"version": "1.16.1",
"version": "2.0.0",
"author": {

@@ -82,3 +82,3 @@ "name": "Matteo Gabriele",

"peerDependencies": {
"vue": "^2.0.0"
"vue": "^3.0.0"
},

@@ -88,3 +88,2 @@ "devDependencies": {

"@babel/preset-env": "^7.7.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.3",

@@ -98,5 +97,5 @@ "bili": "^5.0.5",

"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jest": "^23.0.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.0.1",
"eslint-plugin-vue": "^7.9.0",
"flush-promises": "^1.0.2",

@@ -111,6 +110,6 @@ "jest": "^26.0.1",

"semantic-release": "^15.13.31",
"vue": "^2.6.12",
"vue-router": "^3.1.3",
"vue": "^3.0.0",
"vue-router": "^4.0.6",
"vue-template-compiler": "^2.6.10"
}
}

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