Socket
Socket
Sign inDemoInstall

libhoney

Package Overview
Dependencies
Maintainers
4
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.2.1 to 2.2.3

CHANGELOG.md

6

dist/libhoney.browser.js

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

const USER_AGENT = "libhoney-js/2.2.1";
const USER_AGENT = "libhoney-js/2.2.2";

@@ -297,2 +297,3 @@ const _global =

/** @deprecated Used by the deprecated WriterTransmission. Use ConsoleTransmission instead. */
toBrokenJSON() {

@@ -333,3 +334,3 @@ let fields = [];

// deprecated. Use ConsoleTransmission instead.
/** @deprecated Use ConsoleTransmission instead. */
class WriterTransmission {

@@ -843,2 +844,3 @@ sendEvent(ev) {

this._dynFields[name] = fn;
return this;
}

@@ -845,0 +847,0 @@

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

const USER_AGENT = "libhoney-js/2.2.1";
const USER_AGENT = "libhoney-js/2.2.2";

@@ -316,2 +316,3 @@ const _global =

/** @deprecated Used by the deprecated WriterTransmission. Use ConsoleTransmission instead. */
toBrokenJSON() {

@@ -352,3 +353,3 @@ let fields = [];

// deprecated. Use ConsoleTransmission instead.
/** @deprecated Use ConsoleTransmission instead. */
class WriterTransmission {

@@ -867,2 +868,3 @@ sendEvent(ev) {

this._dynFields[name] = fn;
return this;
}

@@ -869,0 +871,0 @@

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

const USER_AGENT = "libhoney-js/2.2.1";
const USER_AGENT = "libhoney-js/2.2.2";

@@ -293,2 +293,3 @@ const _global =

/** @deprecated Used by the deprecated WriterTransmission. Use ConsoleTransmission instead. */
toBrokenJSON() {

@@ -329,3 +330,3 @@ let fields = [];

// deprecated. Use ConsoleTransmission instead.
/** @deprecated Use ConsoleTransmission instead. */
class WriterTransmission {

@@ -844,2 +845,3 @@ sendEvent(ev) {

this._dynFields[name] = fn;
return this;
}

@@ -846,0 +848,0 @@

{
"name": "libhoney",
"version": "2.2.1",
"version": "2.2.3",
"description": " Honeycomb.io Javascript library",

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

@@ -9,4 +9,4 @@ # 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)

- [Usage and Examples](https://docs.honeycomb.io/sdk/javascript/)
- [API Reference](https://doc.esdoc.org/github.com/honeycombio/libhoney-js/)
- [Usage and Examples](https://docs.honeycomb.io/sdk/javascript/)
- [API Reference](https://doc.esdoc.org/github.com/honeycombio/libhoney-js/)

@@ -25,2 +25,4 @@ For tracing support and automatic instrumentation of Express and other common libraries, check out our [Beeline for NodeJS](https://github.com/honeycombio/beeline-nodejs).

Travis will automatically upload tagged releases to NPM.
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.
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