Socket
Socket
Sign inDemoInstall

vue-piwik

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-piwik - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dist/vue-piwik.common.js
/*!
* vue-piwik v0.1.3
* vue-piwik v0.1.4
* (c) 2018 Dennis Ruhe

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* vue-piwik v0.1.3
* vue-piwik v0.1.4
* (c) 2018 Dennis Ruhe

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* vue-piwik v0.1.3
* vue-piwik v0.1.4
* (c) 2018 Dennis Ruhe

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* vue-piwik v0.1.3
* vue-piwik v0.1.4
* (c) 2018 Dennis Ruhe

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "vue-piwik",
"version": "0.1.3",
"version": "0.1.4",
"description": "Link your Piwik/Matomo installation",

@@ -22,3 +22,3 @@ "author": "Dennis Ruhe <dennis@amazingsystems.nl>",

"build:dll": "webpack --progress --config build/webpack.config.dll.js",
"lint": "yon run lint:js && yon run lint:css",
"lint": "yon run lint:js",
"lint:js": "eslint --ext js --ext jsx --ext vue src test/**/*.spec.js test/*.js build",

@@ -28,4 +28,2 @@ "lint:js:fix": "yon run lint:js -- --fix",

"lint:staged": "lint-staged",
"pretest": "yon run lint",
"test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run",
"dev": "webpack-dashboard -- webpack-dev-server --config build/webpack.config.dev.js --open",

@@ -32,0 +30,0 @@ "dev:coverage": "cross-env BABEL_ENV=test karma start test/karma.conf.js",

# VuePiwik
[![npm](https://img.shields.io/npm/v/vue-piwik.svg)](https://www.npmjs.com/package/vue-piwik) [![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
[![npm](https://img.shields.io/npm/v/vue-piwik.svg)](https://www.npmjs.com/package/vue-piwik)
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)
[![Build Status](https://travis-ci.org/AmazingDreams/vue-piwik.svg?branch=master)](https://travis-ci.org/AmazingDreams/vue-piwik)

@@ -20,4 +22,2 @@ > Link your Piwik/Matomo installation

import VuePiwik from 'vue-piwik'
// You need a specific loader for CSS files like https://github.com/webpack/css-loader
import 'vue-piwik/dist/vue-piwik.css'

@@ -32,2 +32,8 @@ Vue.use(VuePiwik, {

this.$piwik
// or
window._paq.push
// or through
window.Piwik.getTracker
```

@@ -34,0 +40,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