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.3.1 to 2.3.2

31

CHANGELOG.md
# libhoney-js changelog
## [2.3.2] - 2021-08-10
### Fixes
- Remove yarn engine constraint introduced in v2.3.1 that prevented downstream
projects from using yarn. (#170) | [@markandrus](https://github.com/markandrus)
## [2.3.1] - 2021-08-09

@@ -34,11 +41,11 @@

- add "stdout" transmission implementation (#119) | [@jharley](https://github.com/jharley)
- add "stdout" transmission implementation (#119) | [@jharley](https://github.com/jharley)
### Fixed
- fix npm publish (#110) | [@vreynolds](https://github.com/vreynolds)
- fix npm publish (#110) | [@vreynolds](https://github.com/vreynolds)
### Maintenance
- Bump y18n from 4.0.0 to 4.0.1 (#113)
- Bump y18n from 4.0.0 to 4.0.1 (#113)

@@ -49,13 +56,13 @@ ## [2.2.2] - 2021-03-18

- Improve transmission unit tests (#91) | [@DavidS](https://github.com/DavidS)
- Use doc comment for WriterTransmission deprecation (#92) | [@DavidS](https://github.com/DavidS)
- Change Builder.addDynamicField to match addField and docs (#89) | [@DavidS](https://github.com/DavidS)
- Improve transmission unit tests (#91) | [@DavidS](https://github.com/DavidS)
- Use doc comment for WriterTransmission deprecation (#92) | [@DavidS](https://github.com/DavidS)
- Change Builder.addDynamicField to match addField and docs (#89) | [@DavidS](https://github.com/DavidS)
### Maintenance
- Bump @babel/core from 7.6.4 to 7.13.10 (#100)
- Bump @babel/preset-env from 7.6.3 to 7.13.10 (#99)
- Bump handlebars from 4.4.5 to 4.7.6 (#81)
- Bump ini from 1.3.5 to 1.3.8 (#82)
- Bump lodash from 4.17.15 to 4.17.20 (#83)
- Bump yargs-parser from 13.1.1 to 13.1.2 (#84)
- Bump @babel/core from 7.6.4 to 7.13.10 (#100)
- Bump @babel/preset-env from 7.6.3 to 7.13.10 (#99)
- Bump handlebars from 4.4.5 to 4.7.6 (#81)
- Bump ini from 1.3.5 to 1.3.8 (#82)
- Bump lodash from 4.17.15 to 4.17.20 (#83)
- Bump yargs-parser from 13.1.1 to 13.1.2 (#84)

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

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

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

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

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

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

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

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

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

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

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

"engines": {
"node": "8.* || >= 10.*",
"yarn": "YARN NO LONGER USED - use npm instead."
"node": "8.* || >= 10.*"
},

@@ -15,0 +14,0 @@ "browser": "dist/libhoney.browser.js",

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