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

@perfsee/rollup

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfsee/rollup - npm Package Compare versions

Comparing version 1.12.2 to 1.13.0

10

package.json
{
"name": "@perfsee/rollup",
"version": "1.12.2",
"version": "1.13.0",
"description": "perfsee rollup plugin",

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

"dependencies": {
"@perfsee/bundle-analyzer": "1.10.0",
"@perfsee/plugin-utils": "1.12.2",
"@perfsee/bundle-analyzer": "1.13.0",
"@perfsee/plugin-utils": "1.13.0",
"chalk": "^4.1.2",

@@ -34,3 +34,3 @@ "lodash": "^4.17.21",

"devDependencies": {
"@perfsee/package": "1.12.2",
"@perfsee/package": "1.13.0",
"rollup": "^2.77.0"

@@ -41,3 +41,3 @@ },

},
"gitHead": "555355c0878dea8cc5859fbe591052f438931f08"
"gitHead": "aeadc065a44054a87b72ae35f794046c27008433"
}

@@ -108,3 +108,19 @@ # `@perfsee/rollup`

}
/**
* Used to modify the webpack stats file prcessed by perfsee plugin before uploading.
*
* Return undefined means skipping uploading.
*/
processStats?: (stats: PerfseeReportStats) => undefined | PerfseeReportStats
/**
* Rules(audits) apply to this artifact
*
* Notice: Functions only works in local testing (when `enableAudit` is set to true).
*
* @default ['default']
*/
rules?: (string | Audit)[]
}
```
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