Socket
Socket
Sign inDemoInstall

g-analytics

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g-analytics - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

lib/index.js

@@ -32,3 +32,3 @@ var

params.v = 1;
this._request({
this._request.post({
url: this._options.protocol + "://" + this._analyticsHost + "/collect",

@@ -35,0 +35,0 @@ form: params

{
"name": "g-analytics",
"version": "0.2.0",
"version": "0.3.0",
"description": "Ease to use nodejs google analytics client, which uses Measurement Protocol",

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

@@ -20,2 +20,3 @@ var

server = http.createServer(function(req, res) {
req.method.should.equal("POST");
var rawData = "";

@@ -22,0 +23,0 @@ req.on("data", function(chunk) {

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