Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

leek

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leek - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

12

lib/provider.js

@@ -17,4 +17,4 @@ 'use strict';

an: this.globalName,
av: this.version + ' ' + meta.platform + ', node ' + meta.version,
cd: meta.message,
av: this.version,
cd: meta.message + ' ' + meta.platform + ', node ' + meta.version,
qt: now - parseInt(id, 10),

@@ -39,4 +39,4 @@ z: now

an: this.globalName,
av: this.version + ' ' + meta.platform + ', node ' + meta.version,
exd: meta.description,
av: this.version,
exd: meta.description + ' ' + meta.platform + ', node ' + meta.version,
exf: meta.fatal,

@@ -86,6 +86,6 @@ qt: now - parseInt(id, 10),

an: this.globalName,
av: this.version + ' ' + meta.platform + ', node ' + meta.version,
av: this.version,
ec: meta.category,
ea: meta.globalName,
el: meta.value,
el: meta.value + ' ' + meta.platform + ', node ' + meta.version,
ev: meta.label,

@@ -92,0 +92,0 @@ qt: now - parseInt(id, 10),

{
"name": "leek",
"description": "GA tracking",
"version": "0.0.14",
"version": "0.0.15",
"keywords": [

@@ -6,0 +6,0 @@ "stats",

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