Socket
Socket
Sign inDemoInstall

googleanalytics

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 0.3.7 to 0.3.8

4

lib/ga.js

@@ -184,2 +184,3 @@ var https = require('https')

entry.dimensions.push(object_dimension);
entry.containsSampledData = parsed_data.containsSampledData;

@@ -191,3 +192,4 @@ self.emit('entry', entry);

if (typeof cb === 'function' ) cb(null, entries);
parsed_data.totalResults = parsed_data.totalResults || 0;
if (typeof cb === 'function' ) cb(null, entries, parsed_data.totalResults);

@@ -194,0 +196,0 @@ });

@@ -5,3 +5,3 @@ {

"description": "Google Analytics library.",
"version": "0.3.7",
"version": "0.3.8",
"author": "Nick Campbell (http://github.com/ncb000gt)",

@@ -8,0 +8,0 @@ "contributors": [

Google Analytics
============
UNMAINTAINED: In case it wasn't clear from the lack of activity, I don't have the time to work on this project anymore.
I'd be happy to transfer ownership to someone else or add someone as a contributor to the project. Please reach out to me
and let me know!
Pull data from Google Analytics for use in projects.

@@ -5,0 +9,0 @@

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