New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hb-test/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hb-test/core - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

build/src/client.d.ts

12

package.json
{
"name": "@hb-test/core",
"version": "4.1.0",
"version": "4.2.0",
"author": {

@@ -18,6 +18,6 @@ "name": "Joshua Wood",

],
"main": "./build/index.js",
"types": "./build/index.d.ts",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"files": [
"./build"
"./build/src"
],

@@ -32,3 +32,3 @@ "repository": {

"scripts": {
"build": "tsc --build tsconfig.build.json",
"build": "tsc --build tsconfig.json",
"test": "jest"

@@ -52,3 +52,3 @@ },

},
"gitHead": "acd0f348612896fc36b2b1bc01b388e3893b0d52"
"gitHead": "f31e2c1359fc5739ae7c852c9851a5853a2efb79"
}

@@ -1,11 +0,20 @@

# `@honeybadger-io/core`
# Honeybadger for JavaScript - core package
> TODO: description
![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
```
const core = require('@honeybadger-io/core');
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.
// TODO: DEMONSTRATE API
```
## 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`.
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