Socket
Socket
Sign inDemoInstall

libhoney

Package Overview
Dependencies
Maintainers
10
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 3.1.0 to 3.1.1

18

CHANGELOG.md
# libhoney-js changelog
## [3.1.1] - 2022-04-27
### Bug fixes
- Update tests to properly terminate (#255) | [@kentquirk](https://github.com/kentquirk)
- Handle `null` transmission in `flush` (#253) | [@sjchmiela](https://github.com/sjchmiela)
### Maintenance
- maint: remove unused script (#252) | [@vreynolds](https://github.com/vreynolds)
- Bump @rollup/plugin-commonjs from 21.0.1 to 21.0.3 (#248)
- Bump @babel/preset-env from 7.16.8 to 7.16.11 (#229)
- Bump superagent from 7.0.2 to 7.1.2 (#240)
- Bump @babel/core from 7.16.12 to 7.17.9 (#245)
- Bump @babel/eslint-parser from 7.16.5 to 7.17.0 (#251)
- Bump prettier from 2.5.1 to 2.6.2 (#250)
- Bump eslint from 8.6.0 to 8.13.0 (#249)
- Bump @rollup/plugin-replace from 3.0.1 to 4.0.0 (#247)
## [3.1.0] - 2022-04-07

@@ -4,0 +22,0 @@

6

dist/libhoney.browser.js

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

const USER_AGENT = "libhoney-js/3.1.0";
const USER_AGENT = "libhoney-js/3.1.1";

@@ -1378,2 +1378,6 @@ const _global =

if (!transmission) {
return Promise.resolve();
}
return transmission.flush();

@@ -1380,0 +1384,0 @@ }

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

const USER_AGENT = "libhoney-js/3.1.0";
const USER_AGENT = "libhoney-js/3.1.1";

@@ -1401,2 +1401,6 @@ const _global =

if (!transmission) {
return Promise.resolve();
}
return transmission.flush();

@@ -1403,0 +1407,0 @@ }

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

const USER_AGENT = "libhoney-js/3.1.0";
const USER_AGENT = "libhoney-js/3.1.1";

@@ -1375,2 +1375,6 @@ const _global =

if (!transmission) {
return Promise.resolve();
}
return transmission.flush();

@@ -1377,0 +1381,0 @@ }

26

package.json
{
"name": "libhoney",
"version": "3.1.0",
"version": "3.1.1",
"description": " Honeycomb.io Javascript library",

@@ -34,20 +34,2 @@ "bugs": "https://github.com/honeycombio/libhoney-js/issues",

"license": "Apache-2.0",
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"eslint"
],
"*.json": [
"prettier --write"
],
"*.{graphql,gql}": [
"prettier --write"
],
"*.{md,markdown}": [
"prettier --write"
],
"*.{css,scss}": [
"prettier --write"
]
},
"devDependencies": {

@@ -60,3 +42,3 @@ "@babel/core": "^7.4.0",

"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-replace": "^4.0.0",
"babel-jest": "^27.2.4",

@@ -68,2 +50,3 @@ "babel-polyfill": "^6.26.0",

"prettier": "^2.3.1",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.58.0",

@@ -81,2 +64,5 @@ "superagent-mocker": "^0.5.2"

"jest": {
"setupFilesAfterEnv": [
"./setupTests.js"
],
"testPathIgnorePatterns": [

@@ -83,0 +69,0 @@ "dist/",

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