Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

honeybadger-react

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

honeybadger-react - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

package.json
{
"name": "honeybadger-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "React library support for Honeybadger.io",

@@ -38,7 +38,7 @@ "main": "lib/index.js",

},
"author": "Conlin Durbin <conlindurbin@protonmail.com>",
"author": "Conlin Durbin <conlin@lessonly.com>",
"repository": {
"type": "git",
"url": "git@github.com:wuz/honeybadger-react.git"
"url": "git@github.com:lessonly/honeybadger-react.git"
}
}
module.exports = {
printWidth: 100,
parser: "flow"
parser: "flow",
arrowParens: "always",
trailingComma: "es5",
singleQuote: true,
tabWidth: 2,
useTabs: false,
semi: true
};

@@ -10,3 +10,3 @@ # Honeybadger - React integration

This package provides a React [error boundary](https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html) from [Honeybadger.io](https://honeybadger.io). It allows for better
This package provides a React [error boundary](https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html) from [Honeybadger.io](https://honeybadger.io).

@@ -57,2 +57,2 @@ ## Installation

The honeybadger-react JS library is free software released under the MIT License. See [LICENSE.txt](LICENSE.txt) for details.
The honeybadger-react JS library is free software released under the MIT License. See [LICENSE](LICENSE) for details.
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