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

statsd-client

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsd-client - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

CHANGELOG.md

2

lib/TCPSocket.js
var net = require('net');
var debug = require('util').debuglog('stats-client');
var debug = require('util').debuglog('statsd-client');

@@ -4,0 +4,0 @@ /*global console*/

@@ -12,3 +12,3 @@ {

],
"version": "0.4.4",
"version": "0.4.5",
"homepage": "https://github.com/msiebuhr/node-statsd-client",

@@ -27,2 +27,3 @@ "bugs": "https://github.com/msiebuhr/node-statsd-client/issues",

"mocha": "~1.6.0",
"offline-github-changelog": "^1.6.1",
"sinon": "^1.17.3",

@@ -32,3 +33,4 @@ "supertest": "^1.2.0"

"scripts": {
"test": "mocha -R spec && eslint ."
"test": "mocha -R spec && eslint .",
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
},

@@ -35,0 +37,0 @@ "license": "MIT",

@@ -255,2 +255,7 @@ node-statsd-client

RELEASES
--------
See the [changelog](CHANGELOG.md).
LICENSE

@@ -257,0 +262,0 @@ -------

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