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

@perfsee/bundle-analyzer

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfsee/bundle-analyzer - npm Package Compare versions

Comparing version 1.7.0 to 1.8.1

7

dist/stats-parser/asset-parser/asset-parser-webpack.js

@@ -140,2 +140,5 @@ "use strict";

}
// Walking into callee because rspack wraps async chunk push expression into IIFE body.
// ;(() => { ..., ;(globalThis.webpackChunkunion_admin = globalThis.webpackChunkunion_admin || []).push([ ... ]) })()
callback(node.callee, state);
// Walking into arguments because some of plugins (e.g. `DedupePlugin`) or some Webpack

@@ -251,2 +254,3 @@ // features (e.g. `umd` library output) can wrap modules list into additional IIFE.

});
return locations;
}

@@ -272,4 +276,5 @@ if (node?.type === 'ArrayExpression' || node?.type === 'CallExpression') {

});
return locations;
}
return locations;
return null;
}

@@ -276,0 +281,0 @@ function getModuleLocation(node) {

6

package.json
{
"name": "@perfsee/bundle-analyzer",
"version": "1.7.0",
"version": "1.8.1",
"description": "Bundle analyzer by perfsee",

@@ -20,3 +20,3 @@ "sideEffect": false,

"@eyhn/msgpack-stream": "^2.8.4",
"@perfsee/jsonr": "1.7.0",
"@perfsee/jsonr": "1.8.1",
"@perfsee/utils": "1.3.0",

@@ -31,3 +31,3 @@ "acorn": "^8.7.1",

},
"gitHead": "5bc3ef49d30b88318f03f3238afbe2b7d28b01aa"
"gitHead": "87c8778dd062efec899711a94f6751d84c654284"
}

Sorry, the diff of this file is not supported yet

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