Socket
Socket
Sign inDemoInstall

@honeybadger-io/webpack

Package Overview
Dependencies
95
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.2.0

6

package.json
{
"name": "@honeybadger-io/webpack",
"version": "6.1.1",
"version": "6.2.0",
"description": "Webpack plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html",

@@ -55,3 +55,3 @@ "main": "./dist/HoneybadgerSourceMapPlugin.js",

"@babel/runtime": "^7.14.5",
"@honeybadger-io/plugin-core": "^1.2.1",
"@honeybadger-io/plugin-core": "^1.3.0",
"verror": "^1.6.1"

@@ -65,3 +65,3 @@ },

},
"gitHead": "f3fbeedfe53d5116372d120087430cd34382ecbf"
"gitHead": "2a6705e3cd654d26dbde9fc875370ab52dcfcbec"
}

@@ -9,3 +9,3 @@ # Honeybadger's Webpack Source Map Plugin

[Webpack](https://webpack.js.org/) plugin to upload JavaScript
sourcemaps to [Honeybadger](https://docs.honeybadger.io/lib/javascript/guides/using-source-maps/). You can also send [deployment notifications](https://docs.honeybadger.io/api/deployments.html).
source maps to [Honeybadger](https://docs.honeybadger.io/lib/javascript/guides/using-source-maps/). You can also send [deployment notifications](https://docs.honeybadger.io/api/deployments.html).

@@ -39,4 +39,4 @@ Word Up! to the [thredUP](https://github.com/thredup) development team for a

<dt><code>endpoint</code> (optional &mdash; default: "https://api.honeybadger.io/v1/source_maps")</dt>
<dd>Where to upload your sourcemaps to. Perhaps you have a self hosted
sourcemap server you would like to upload your sourcemaps to instead
<dd>Where to upload your source maps to. Perhaps you have a self hosted
source map server you would like to upload your source maps to instead
of honeybadger.</dd>

@@ -61,4 +61,4 @@

<dt><code>workerCount</code> (optional &mdash; default: 5, min: 1)</dt>
<dd>Sourcemaps are uploaded in parallel by a configurable number of
workers. Increase or decrease this value to configure how many sourcemaps
<dd>Source maps are uploaded in parallel by a configurable number of
workers. Increase or decrease this value to configure how many source maps
are being uploaded in parallel.</br>

@@ -65,0 +65,0 @@ Limited parallelism helps with connection issues in Docker environments.</dd>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc