Socket
Socket
Sign inDemoInstall

universal-analytics

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-analytics - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

4

HISTORY.md
# History
## 0.4.9 / 2017-02-17
- Readme update
## 0.4.8 / 2016-11-23

@@ -4,0 +8,0 @@

2

package.json
{
"name": "universal-analytics",
"version": "0.4.8",
"version": "0.4.9",
"description": "A node module for Google's Universal Analytics tracking",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -81,3 +81,3 @@ universal-analytics

```javascript
visitor.pageview("/", "http://joergtillmann.com", "Welcome").send();
visitor.pageview("/", "http://peaksandpies.com", "Welcome").send();
```

@@ -88,3 +88,3 @@

```javascript
visitor.pageview("/", "http://joergtillmann.com", "Welcome", function (err) {
visitor.pageview("/", "http://peaksandpies.com", "Welcome", function (err) {
// …

@@ -97,3 +97,3 @@ });

```javascript
visitor.pageview({dp: "/", dt: "Welcome", dh: "http://joergtillmann.com"}).send();
visitor.pageview({dp: "/", dt: "Welcome", dh: "http://peaksandpies.com"}).send();
```

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