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

@statoscope/webpack-ui

Package Overview
Dependencies
Maintainers
1
Versions
66
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.28.0 to 5.28.1

38

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

@@ -11,6 +11,4 @@ "main": "./dist/main.js",

"dev": "STATOSCOPE_DEV=true webpack serve",
"build:prod": "NODE_ENV=production webpack",
"prepublishOnly": "npm run build:prod",
"typecheck": "../../node_modules/.bin/tsc --noEmit",
"lint:custom": "npm run typecheck"
"build:prod": "NODE_ENV=production npm run typecheck && webpack",
"typecheck": "../../node_modules/.bin/tsc --noEmit"
},

@@ -28,3 +26,4 @@ "repository": "https://github.com/statoscope/statoscope.git",

"dependencies": {
"@statoscope/types": "5.27.0"
"@statoscope/types": "5.28.1",
"@types/md5": "^2.3.2"
},

@@ -34,24 +33,23 @@ "devDependencies": {

"@discoveryjs/discovery": "^1.0.0-beta.78",
"@popperjs/core": "^2.11.5",
"@statoscope/helpers": "5.28.0",
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-compressed": "5.28.0",
"@statoscope/stats-extension-package-info": "5.28.0",
"@statoscope/stats-extension-stats-validation-result": "5.28.0",
"@statoscope/webpack-model": "5.28.0",
"@types/md5": "^2.3.2",
"@popperjs/core": "^2.11.8",
"@statoscope/helpers": "5.28.1",
"@statoscope/stats": "5.28.1",
"@statoscope/stats-extension-compressed": "5.28.1",
"@statoscope/stats-extension-package-info": "5.28.1",
"@statoscope/stats-extension-stats-validation-result": "5.28.1",
"@statoscope/webpack-model": "5.28.1",
"@wdxlab/events": "^1.1.0",
"babel-loader": "^8.2.5",
"chart.js": "^3.8.0",
"css-loader": "^6.7.1",
"babel-loader": "^9.1.3",
"chart.js": "^3.9.1",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"md5": "^2.3.0",
"path-browserify": "^1.0.1",
"style-loader": "^3.3.1",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.8.0"
"webpack-merge": "^5.9.0"
},
"gitHead": "8593d1728fba7201855ba496eb5c01d28333c60b"
"gitHead": "a89f68a6251a1c914791e22b643dd94ca2a70253"
}

@@ -30,2 +30,3 @@ import { NormalizedFile, RawStatsFileDescriptor } from '@statoscope/webpack-model/types';

// @ts-ignore
declare module '@statoscope/ui-webpack' {

@@ -32,0 +33,0 @@ export default function (data: RawData, element: HTMLElement): StatoscopeWidget;

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