# @hb-test/core

> JavaScript error notifier for Honeybadger.io

Latest version **4.2.0** (published 2022-08-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @hb-test/core
pnpm add @hb-test/core
yarn add @hb-test/core
bun add @hb-test/core
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.2.0 |
| Published | 2022-08-05 |
| First published | 2022-07-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 51 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 116 |
| Author | Joshua Wood |
| Maintainers | subzero10 |
| Keywords | exception, error, honeybadger, javascript, monitoring |

## Links

- npm: https://www.npmjs.com/package/@hb-test/core
- Repository: https://github.com/honeybadger-io/honeybadger-js
- Issues: https://github.com/honeybadger-io/honeybadger-js/issues
- npm.io page: https://npm.io/package/@hb-test/core

## Dependencies (1)

- [stacktrace-parser](https://npm.io/package/stacktrace-parser.md) ^0.1.10

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 4.2.0 (latest) — 2022-08-05
- 4.1.0 — 2022-07-29

## README

# Honeybadger for JavaScript - core package

![Node CI](https://github.com/honeybadger-io/honeybadger-js/workflows/Node%20CI/badge.svg)
[![npm version](https://badge.fury.io/js/%40honeybadger-io%2Fcore.svg)](https://badge.fury.io/js/%40honeybadger-io%2Fcore)
[![npm dm](https://img.shields.io/npm/dm/@honeybadger-io/core)](https://www.npmjs.com/package/@honeybadger-io/core)
[![npm dt](https://img.shields.io/npm/dt/@honeybadger-io/core)](https://www.npmjs.com/package/@honeybadger-io/core)

Universal JavaScript library for integrating apps with the :zap: [Honeybadger Error Notifier](http://honeybadger.io).

## Usage

You shouldn't need to use this package directly. This package serves as the core implementation of a Honeybadger client
for our packages written in Javascript.

## Development

Everything is written in Typescript and transpiled to es6 (see `tsconfig.base.json`) with `npm run build`.
Other packages are responsible to bundle for different browsers/environments/frameworks.

Run tests with `npm test`.

---
_Source: https://npm.io/package/@hb-test/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
