Socket
Socket
Sign inDemoInstall

google-analyticsreporting

Package Overview
Dependencies
2
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "google-analyticsreporting",
"version": "1.0.7",
"version": "1.0.8",
"description": "server-side reporting module for google analytics reporting api v4",

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

@@ -21,3 +21,3 @@ # Google Analytics Reporting API node module

```
var key = ('./path/to/secret.json');
var key = require('./path/to/secret.json');
```

@@ -24,0 +24,0 @@ First you'll need to run the auth command, then you can `then` into the `query` function.

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