Socket
Socket
Sign inDemoInstall

@statoscope/webpack-ui

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statoscope/webpack-ui - npm Package Compare versions

Comparing version 5.8.0 to 5.9.0

31

package.json
{
"name": "@statoscope/webpack-ui",
"version": "5.8.0",
"version": "5.9.0",
"description": "Webpack plugin and UI for analyzing webpack bundle with Statoscope",

@@ -8,7 +8,8 @@ "main": "./dist/main.js",

"scripts": {
"build": "../../node_modules/.bin/webpack",
"build": "npm run typecheck && ../../node_modules/.bin/webpack",
"watch": "../../node_modules/.bin/webpack --watch",
"build:prod": "NODE_ENV=production ../../node_modules/.bin/webpack",
"prepublishOnly": "npm run build:prod",
"lint:custom": "../../node_modules/.bin/tsc --noEmit"
"typecheck": "../../node_modules/.bin/tsc --noEmit",
"lint:custom": "npm run typecheck"
},

@@ -26,21 +27,23 @@ "repository": "https://github.com/statoscope/statoscope.git",

"dependencies": {
"@statoscope/stats-extension-stats-validation-result": "5.7.1",
"@statoscope/types": "5.7.1"
"@statoscope/types": "5.9.0"
},
"devDependencies": {
"@carrotsearch/foamtree": "3.5.0",
"@discoveryjs/discovery": "^1.0.0-beta.60",
"@popperjs/core": "^2.9.1",
"@statoscope/helpers": "5.7.1",
"@discoveryjs/discovery": "^1.0.0-beta.61",
"@popperjs/core": "^2.10.1",
"@statoscope/helpers": "5.9.0",
"@statoscope/stats": "5.7.0",
"@statoscope/stats-extension-compressed": "5.7.1",
"@statoscope/stats-extension-package-info": "5.7.1",
"@statoscope/webpack-model": "5.8.0",
"@statoscope/stats-extension-compressed": "5.9.0",
"@statoscope/stats-extension-package-info": "5.9.0",
"@statoscope/stats-extension-stats-validation-result": "5.9.0",
"@statoscope/webpack-model": "5.9.0",
"@types/md5": "^2.3.1",
"@wdxlab/events": "^1.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.3",
"css-loader": "^6.3.0",
"md5": "^2.3.0",
"path-browserify": "^1.0.1",
"style-loader": "^2.0.0"
"style-loader": "^3.2.1"
},
"gitHead": "d7b10e373e8352a955271fd8923778b68f23dfca"
"gitHead": "f8e8a9cd721828a4bc53a2f808441d81e5fdbf84"
}

@@ -77,3 +77,3 @@ # Statoscope for webpack

Use package tree to find out how many package copies was bundled:
Use package tree to find out how many package copies were bundled:

@@ -80,0 +80,0 @@ <img src="docs/packages.png" width="300px"/>

Sorry, the diff of this file is too big to display

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