Socket
Socket
Sign inDemoInstall

@perfsee/webpack

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfsee/webpack - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

6

package.json
{
"name": "@perfsee/webpack",
"version": "1.4.0",
"version": "1.5.0",
"description": "perfsee webpack plugin",

@@ -23,3 +23,3 @@ "repository": "https://github.com/perfsee/perfsee",

"@perfsee/bundle-analyzer": "1.4.0",
"@perfsee/plugin-utils": "1.4.0",
"@perfsee/plugin-utils": "1.5.0",
"chalk": "^4.1.2",

@@ -31,3 +31,3 @@ "tslib": "^2.4.0"

},
"gitHead": "6ed106973367baab8f892f57c8622b54cb76afd4"
"gitHead": "90f2555bd6bcf384278b7efbf6a0f719f0bed4db"
}

@@ -89,27 +89,22 @@ # `@perfsee/webpack`

/**
* Server options used to start local report viewer
* Options for output bundle report static html file.
* Only used when `enableAudit` is true.
*/
serverOptions?: {
reportOptions?: {
/**
* Port the local report server will listen on
* Automatically open report in default browser.
*
* @default 8080
* @default true
*/
port?: number
openBrowser?: boolean
/**
* Host of the local report server
* Path to bundle report file that will be generated.
* It can be either an absolute path or a path relative to a bundle output directory.
*
* @default '127.0.0.1'
* By default the report will be output in the cache directory.
*/
host?: string
/**
* Path of the static files used to render report.
*
* Unless you want to change the default report viewer, otherwise leave it undefined.
*/
publicPath?: string
fileName?: string
}
}
```
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