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.0 to 2.3.1

29

CHANGELOG.md
# libhoney-js changelog
## [2.3.1] - 2021-08-09
### Maintenance
- Add node 16 to test matrix (#135)
- Include all the test names when testing in CI (#125)
- Switch from yarn to npm (#117)
- Bump eslint from 6.5.1 to 7.25.0 (#122)
- Bump lint-staged from 11.0.0 to 11.1.2 (#165)
- Bump @babel/preset-env from 7.14.5 to 7.15.0 (#167)
- Bump @babel/core from 7.14.6 to 7.15.0 (#166)
- Bump eslint from 7.29.0 to 7.32.0 (#164)
- Bump husky from 6.0.0 to 7.0.1 (#157)
- Bump prettier from 2.3.1 to 2.3.2 (#150)
- Bump @babel/core from 7.14.5 to 7.14.6 (#149)
- Bump @babel/preset-env from 7.13.15 to 7.14.5 (#145)
- Bump eslint from 7.28.0 to 7.29.0 (#148)
- Bump @babel/core from 7.14.2 to 7.14.5 (#146)
- Bump prettier from 1.19.1 to 2.3.1 (#144)
- Bump ws from 5.2.2 to 5.2.3 (#147)
- Bump eslint from 7.26.0 to 7.28.0 (#142)
- Bump lint-staged from 7.3.0 to 11.0.0 (#132)
- Bump browserslist from 4.16.4 to 4.16.6 (#136)
- Bump eslint from 7.25.0 to 7.26.0 (#129)
- Bump @babel/core from 7.13.15 to 7.14.2 (#130)
- Bump superagent from 3.8.3 to 6.1.0 (#105)
## [2.3.0] - 2021-04-28

@@ -11,3 +38,3 @@

- fix npm publish (#110) | [@vreynolds](https://gihtub.com/vreynolds)
- fix npm publish (#110) | [@vreynolds](https://github.com/vreynolds)

@@ -14,0 +41,0 @@ ### Maintenance

2

dist/libhoney.browser.js

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

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

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

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

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

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

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

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

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

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

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

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

@@ -17,5 +18,9 @@ "browser": "dist/libhoney.browser.js",

"main": "dist/libhoney.cjs.js",
"files": ["dist", "README.md", "LICENSE"],
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "yarn build:node && yarn build:browser",
"build": "npm run build:node && npm run build:browser",
"build:node": "rollup -c rollup.config.js",

@@ -29,3 +34,3 @@ "build:browser": "rollup -c rollup.browser.config.js",

"lint": "eslint \"src/**/*.js\" rollup.config.js rollup.browser.config.js",
"precommit": "lint-staged"
"prepare": "husky install"
},

@@ -35,7 +40,18 @@ "author": "",

"lint-staged": {
"*.{js,jsx}": ["prettier --parser flow --write", "eslint", "git add"],
"*.json": ["prettier --parser json --write", "git add"],
"*.{graphql,gql}": ["prettier --parser graphql --write", "git add"],
"*.{md,markdown}": ["prettier --parser markdown --write", "git add"],
"*.{css,scss}": ["prettier --parser css --write", "git add"]
"*.{js,jsx}": [
"prettier --write",
"eslint"
],
"*.json": [
"prettier --write"
],
"*.{graphql,gql}": [
"prettier --write"
],
"*.{md,markdown}": [
"prettier --write"
],
"*.{css,scss}": [
"prettier --write"
]
},

@@ -48,8 +64,8 @@ "devDependencies": {

"babel-polyfill": "^6.26.0",
"eslint": "^6.5.1",
"husky": "^0.14.3",
"eslint": "^7.25.0",
"husky": "^7.0.1",
"jest": "^24.5.0",
"jest-in-case": "^1.0.2",
"lint-staged": "^7.2.0",
"prettier": "^1.18.2",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"rollup": "^1.25.1",

@@ -63,3 +79,3 @@ "rollup-plugin-commonjs": "^10.1.0",

"dependencies": {
"superagent": "^3.8.3",
"superagent": "^6.1.0",
"superagent-proxy": "^2.0.0",

@@ -72,4 +88,7 @@ "urljoin": "^0.1.5"

"jest": {
"testPathIgnorePatterns": ["dist/", "/node_modules/"]
"testPathIgnorePatterns": [
"dist/",
"/node_modules/"
]
}
}
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