Socket
Socket
Sign inDemoInstall

hot-shots

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hot-shots - npm Package Versions

1
9

6.5.1

Diff

Changelog

Source

6.5.1 (2019-9-28)

  • @msiebuhr Fix crasher when closing Unix Datagram Sockets without callback
bdeitte
published 6.4.1 •

Changelog

Source

6.4.1 (2019-9-19)

  • @jfirebaugh Fix cacheDns option when obtaining host from DD_AGENT_HOST
bdeitte
published 6.3.0 •

Changelog

Source

6.3.0 (2019-5-18)

  • @paguillama Fix user defined tag example on README optional parameters
  • @gabsn Initial support for uds protocol
  • @bdeitte Updated and fixed up uds protocol support
bdeitte
published 6.2.0 •

Changelog

Source

6.2.0 (2019-4-10)

  • @ahmed-mez Add support for env variables DD_AGENT_HOST, DD_DOGSTATSD_PORT, and DD_ENTITY_ID
  • @JamesMGreene Fix syntax in README example
bdeitte
published 6.1.1 •

Changelog

Source

6.1.1 (2019-1-8)

  • @bdeitte Fix errorHandler to only happen again on errors
  • @Ithildir Readme fixes
bdeitte
published 6.1.0 •

Changelog

Source

6.1.0 (2019-1-5)

  • @bdeitte Ensure close() call always sends data before closing
  • @bdeitte Recommend errorHandler over client.socket.on() for handling errors
  • @mbellerose Fix the timer function type definition
bdeitte
published 6.0.1 •

Changelog

Source

6.0.1 (2018-12-17)

  • @msmnc Fix regression when tag value is a number
  • @bdeitte Make non-options in constructor more deprecated
bdeitte
published 6.0.0 •

Changelog

Source

6.0.0 (2018-12-15)

@bdeitte Major upgrade to the codebase to be more modern, overhaul tests, and many small tweaks. Most of this is internal to the project, but there are a few changes to note for everyone:

  • Now requires Node 6 or above
  • Update close() to handle errors better, not doubling up in error messages and not leaving uncaught errors

Everything else done here should be internal facing. Those changes include:

  • Use "lebab" to ES6-ify the project
  • Switch from jshint and eslint and make syntax updates based on this
  • Remove a lot of duplication in tests and many small fixups in tests
  • Start using Mocha 4
  • Stop using index.js for testing
  • Start using the code coverage report as part of the build
  • Remove the ignoring of errors on close of tests, and tear down tests in general better
  • Stop using "new Buffer", that is deprecated, and use Buffer.from() instead
bdeitte
published 5.9.2 •

Changelog

Source

5.9.2 (2018-11-10)

  • @stieg Add mockBuffer to types
bdeitte
published 5.9.1 •

Changelog

Source

5.9.1 (2018-9-18)

  • @etaoins Add asyncTimer types
  • @blimmer: Add increment doc snippet
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