Socket
Socket
Sign inDemoInstall

libhoney

Package Overview
Dependencies
67
Maintainers
19
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
43K
decreased by-15.04%
Maintainers
19
Install size
6.66 MB
Created
Weekly downloads
 

Changelog

Source

[4.3.0] - 2024-04-25

!!! Breaking Changes !!!

Minimum Node version is now 14.18.

Maintenance

  • maint: Update ubuntu image in workflows to latest (#409) | @MikeGoldsmith
  • maint: Add labels to release.yml for auto-generated grouping (#408) | @JamieDanielson
  • maint(deps): bump formidable and superagent (#414) | @dependabot
  • maint(deps): bump ip from 1.1.8 to 1.1.9 (#413) | @dependabot
  • maint(deps-dev): bump @babel/preset-env from 7.22.9 to 7.24.4 (#415) | @dependabot
  • maint(deps-dev): bump @babel/traverse from 7.22.8 to 7.24.1 (#412) | @dependabot
  • maint(deps-dev): bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.3 (#402) | @dependabot
  • maint(deps-dev): bump @rollup/plugin-commonjs from 25.0.3 to 25.0.7 (#401) | @dependabot
  • maint(deps-dev): bump babel-jest from 29.6.2 to 29.7.0 (#398) | @dependabot
  • maint(deps-dev): bump jest from 29.5.0 to 29.7.0 (#399) | @dependabot

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 14.18+

Contributions

See DEVELOPMENT.md

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 26 Apr 2024

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc