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.4 to 0.0.5

lib/get-versions.js

7

lib/leek.js

@@ -6,5 +6,5 @@ 'use strict';

provider = require('./provider'),
getVersions = require('./get-versions'),
fork = require('child_process').fork,
chalk = require('chalk'),
inquirer = require('inquirer'),
extend = require('lodash').extend,
debounce = require('lodash').debounce;

@@ -28,2 +28,3 @@

this.version = options.version;
this.silent = options.silent || false;
this._queue = {};

@@ -47,2 +48,4 @@ this.config = options.config || new Configstore('leek-' + this.name + this.version, {

extend(meta, getVersions());
cp.send({ leekConfig: this._getConfigObject(), eventType: eventType, meta: meta });

@@ -49,0 +52,0 @@ cp.unref();

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

an: this.name,
av: this.version,
av: this.version + ' ' + meta.platform + ', node ' + meta.version,
cd: meta.name + ' ' + meta.message,

@@ -39,3 +39,3 @@ qt: now - parseInt(id, 10),

an: this.name,
av: this.version,
av: this.version + ' ' + meta.platform + ', node ' + meta.version,
exd: meta.description,

@@ -62,3 +62,3 @@ exf: meta.fatal,

an: this.name,
av: this.version,
av: this.version + ' ' + meta.platform + ', node ' + meta.version,
utc: meta.category,

@@ -87,3 +87,3 @@ utv: meta.variable,

an: this.name,
av: this.version,
av: this.version + ' ' + meta.platform + ', node ' + meta.version,
ec: meta.category,

@@ -90,0 +90,0 @@ ea: meta.name,

{
"name": "leek",
"description": "GA tracking",
"version": "0.0.4",
"keywords": ["stats", "google", "analytics", "track", "metrics"],
"version": "0.0.5",
"keywords": [
"stats",
"google",
"analytics",
"track",
"metrics"
],
"author": {

@@ -31,3 +37,4 @@ "name": "Alex Navasardyan",

"sinon": "*",
"chai": "^1.9.1"
"chai": "^1.9.1",
"rewire": "^2.0.0"
},

@@ -34,0 +41,0 @@ "scripts": {

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