Socket
Socket
Sign inDemoInstall

libhoney

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libhoney - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

15

CHANGELOG.md
# libhoney-js changelog
## [2.3.3] - 2021-09-16
### Maintenance
- Bump prettier from 2.3.2 to 2.4.0 (#182)
- Bump @babel/preset-env from 7.15.0 to 7.15.6 (#181)
- Bump @babel/core from 7.15.0 to 7.15.5 (#179)
- Bump husky from 7.0.1 to 7.0.2 (#176)
- Bump superagent-proxy from 2.1.0 to 3.0.0 (#178)
- Bump path-parse from 1.0.6 to 1.0.7 (#174)
- Add note about dropping Node 8 in future (#177)
- Add issue and PR templates (#175)
- Add OSS lifecycle badge (#173)
- Add community health files (#172)
## [2.3.2] - 2021-08-10

@@ -4,0 +19,0 @@

2

dist/libhoney.browser.js

@@ -177,3 +177,3 @@ 'use strict';

const USER_AGENT = "libhoney-js/2.3.2";
const USER_AGENT = "libhoney-js/2.3.3";

@@ -180,0 +180,0 @@ const _global =

@@ -196,3 +196,3 @@ 'use strict';

const USER_AGENT = "libhoney-js/2.3.2";
const USER_AGENT = "libhoney-js/2.3.3";

@@ -199,0 +199,0 @@ const _global =

@@ -173,3 +173,3 @@ import superagent from 'superagent';

const USER_AGENT = "libhoney-js/2.3.2";
const USER_AGENT = "libhoney-js/2.3.3";

@@ -176,0 +176,0 @@ const _global =

{
"name": "libhoney",
"version": "2.3.2",
"version": "2.3.3",
"description": " Honeycomb.io Javascript library",

@@ -74,3 +74,3 @@ "bugs": "https://github.com/honeycombio/libhoney-js/issues",

"superagent": "^6.1.0",
"superagent-proxy": "^2.0.0",
"superagent-proxy": "^3.0.0",
"urljoin": "^0.1.5"

@@ -77,0 +77,0 @@ },

@@ -1,3 +0,7 @@

# libhoney [![CircleCI](https://circleci.com/gh/honeycombio/libhoney-js.svg?style=svg&circle-token=c7056d820eeaa624756e03c3da01deab9d647663)](https://circleci.com/gh/honeycombio/libhoney-js) [![npm version](https://badge.fury.io/js/libhoney.svg)](https://badge.fury.io/js/libhoney)
# libhoney
[![OSS Lifecycle](https://img.shields.io/osslifecycle/honeycombio/libhoney-js)](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md)
[![CircleCI](https://circleci.com/gh/honeycombio/libhoney-js.svg?style=svg&circle-token=c7056d820eeaa624756e03c3da01deab9d647663)](https://circleci.com/gh/honeycombio/libhoney-js)
[![npm version](https://badge.fury.io/js/libhoney.svg)](https://badge.fury.io/js/libhoney)
A Node.js module for sending events to [Honeycomb](https://www.honeycomb.io), a service for debugging your software in production.

@@ -7,3 +11,3 @@

Requires any current LTS release of Node.js. Currently v8, and >= v10.
Requires any current LTS release of Node.js. Currently v8, and >= v10. [Node 8 support is being dropped](https://github.com/honeycombio/libhoney-js/issues/140)

@@ -10,0 +14,0 @@ - [Usage and Examples](https://docs.honeycomb.io/sdk/javascript/)

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