Socket
Socket
Sign inDemoInstall

libhoney

Package Overview
Dependencies
101
Maintainers
8
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    libhoney

Honeycomb.io Javascript library


Version published
Weekly downloads
51K
increased by0.67%
Maintainers
8
Created
Weekly downloads
 

Changelog

Source

[3.1.0] - 2022-04-07

Enhancements

  • Add support for environments (#244) | @kentquirk
  • ci: add node 17 to test matrix (#195) | @vreynolds
  • empower apply-labels action to apply labels (#205) | @robbkidd

Maintenance

  • gh: add re-triage workflow (#215) | @vreynolds
  • Update dependabot.yml (#212) | @vreynolds
  • Bump @babel/core to 7.16.12 (#230)
  • Bump @babel/eslint-parser to 7.16.5 (#223)
  • Bump @babel/preset-env to 7.16.8 (#224)
  • Bump @rollup/plugin-commonjs to 21.0.1 (#197)
  • Bump @rollup/plugin-node-resolve to 13.1.3 (#225)
  • Bump @rollup/plugin-replace to 3.0.1 (#216)
  • Bump eslint to 8.6.0 (#227)
  • Bump minimist to 2.5.1 (#220)
  • Bump superagent from 6.1.0 to 7.0.2 (#226)
  • Bump vm2 to 3.9.7 (#234)

Readme

Source

libhoney

OSS Lifecycle CircleCI npm version

A Node.js module for sending events to Honeycomb, a service for debugging your software in production. For tracing support and automatic instrumentation of Express and other common libraries, check out our Beeline for NodeJS.

Usage and Examples

NOTE For use in browser-side JavaScript applications, generate an API key that has permission only to send events.

Dependencies

Node 10+

Contributions

Features, bug fixes and other changes to libhoney are gladly accepted. Please open issues or a pull request with your change.

All contributions will be released under the Apache License 2.0.

Releasing a new version

Use npm version --no-git-tag-version to update the version number using major, minor, patch, or the prerelease variants premajor, preminor, or prepatch. We use --no-git-tag-version to avoid automatically tagging - tagging with the version automatically triggers a CI run that publishes, and we only want to do that upon merging the PR into main.

After doing this, follow our usual instructions for the actual process of tagging and releasing the package.

FAQs

Last updated on 07 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc