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.2.0 to 5.3.0-alpha.0

23

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

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

"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"build:prod": "NODE_ENV=production webpack",
"build": "../../node_modules/.bin/webpack",
"watch": "../../node_modules/.bin/webpack --watch",
"build:prod": "NODE_ENV=production ../../node_modules/.bin/webpack",
"prepublishOnly": "npm run build:prod",

@@ -33,4 +33,7 @@ "lint:custom": "../../node_modules/.bin/tsc --noEmit"

"@popperjs/core": "^2.9.1",
"@statoscope/helpers": "^5.2.0",
"@statoscope/webpack-model": "^5.2.0",
"@statoscope/helpers": "^5.3.0-alpha.0",
"@statoscope/stats": "^5.3.0-alpha.0",
"@statoscope/stats-extension-compressed": "^5.3.0-alpha.0",
"@statoscope/stats-extension-package-info": "^5.3.0-alpha.0",
"@statoscope/webpack-model": "^5.3.0-alpha.0",
"@wdxlab/events": "^1.1.0",

@@ -40,9 +43,5 @@ "babel-loader": "^8.2.2",

"path-browserify": "^1.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
"style-loader": "^2.0.0"
},
"gitHead": "f2414604bd60930e3352448e49bbb27af926df35"
"gitHead": "9b35de4f038a2d5426c6119ddc046b0a5096a96f"
}

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