Socket
Socket
Sign inDemoInstall

universal-analytics

Package Overview
Dependencies
3
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

4

HISTORY.md
# History
## 0.5.1
- Fixed bug that caused requests to fail
## 0.5

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

5

lib/request.js

@@ -66,6 +66,7 @@ `use strict`

let body = '';
const { headers, statusCode, setEncoding } = response
const { headers, statusCode } = response
const hasError = statusCode >= 300;
setEncoding('utf8');
response.setEncoding('utf8');
response.on('data', function (data) {

@@ -72,0 +73,0 @@ body += data;

{
"name": "universal-analytics",
"version": "0.5.0",
"version": "0.5.1",
"description": "A node module for Google's Universal Analytics tracking",

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

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