@statoscope/webpack-ui
Advanced tools
Comparing version 5.28.0 to 5.28.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1362105
21
28
0
2
+ Added@types/md5@^2.3.2
+ Added@statoscope/stats@5.28.1(transitive)
+ Added@statoscope/types@5.28.1(transitive)
+ Added@types/md5@2.3.5(transitive)
- Removed@statoscope/stats@5.14.1(transitive)
- Removed@statoscope/types@5.27.0(transitive)
Updated@statoscope/types@5.28.1