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

lynx

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lynx - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

tests/global_leaks.js

4

lib/lynx.js

@@ -277,3 +277,3 @@ var dgram = require('dgram')

//
batch = {};
var batch = {};
for(var i in stats) {

@@ -573,3 +573,3 @@ batch[stats[i]] = delta + '|c';

Object.keys(stats).forEach(function construct_sampled(stat) {
value = stats[stat];
var value = stats[stat];
sampled_stats[stat] = value + '|@' + sample_rate;

@@ -576,0 +576,0 @@ });

{ "name" : "lynx"
, "description" : "Minimalistic StatsD client for Node.js programs"
, "version" : "0.0.10"
, "version" : "0.0.11"
, "author" : "Lloyd Hilaiel"

@@ -5,0 +5,0 @@ , "contributors": [ "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)" ]

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