Socket
Socket
Sign inDemoInstall

@statoscope/webpack-ui

Package Overview
Dependencies
3
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

5.28.2

Diff

Changelog

Source

5.28.2 (23 October 2023)

Fixes

  • [webpack-model] - fix collecting chunks in concat modules content (incorrect list of chunks may occur with this bug) (#223)
smelukov
published 5.28.1 •

Changelog

Source

5.28.1 (20 October 2023)

Fixes

  • [webpack-model] - revert chunk-asset linking logic from 5.25.1
smelukov
published 5.28.0 •

Changelog

Source

5.28.0 (24 September 2023)

Features

  • update jora from 1.0.0-beta.7 to 1.0.0-beta.8 (see changelog)

    lots of new methods and assertions-feature

  • update discoveryjs from 1.0.0-beta.77 to 1.0.0-beta.78

Performance

  • some refactoring by @Connormiha
smelukov
published 5.27.0 •

Changelog

Source

5.27.0 (24 August 2023)

Features

  • [webpack-model] - add module_retained_modules(module)-helper that returns retained modules by specific module

    In other words: retained ones will be removed from bundle along with the module

  • [webpack-ui] - support module_retained_modules in module tree. For example, you can see retained modules in the diff-page

  • [webpack-ui] - update discoveryjs from 1.0.0-beta.66 to 1.0.0-beta.77 (see changelog)

  • [webpack-ui] - expose Discovery namespace

    import Statoscope from '@statoscope/webpack-ui';
    
    console.log(Statoscope.Discovery);
    

    See usage example in dev.html

  • [webpack-ui] - expose Discovery data and view inspector that helps to debug custom statoscope reports

  • [webpack-ui] - add npm run dev to develop Statoscope UI more easily

  • [stats-validator-reporter-stats-report]: add disableReportCompression-option, disable it will increase the size a lot (false by default) (#210 by @icy0307)

  • [report-writer]: use jsonxl to compress stats in binary json (replacement for old solution)

Performance

  • [webpack-model] - improve initialization performance
smelukov
published 5.26.2 •

Changelog

Source

5.26.2 (31 March 2023)

Fixes

  • [webpack-model] - temporary revert long-module-id
smelukov
published 5.25.1 •

Changelog

Source

5.25.1 (19 February 2023)

Fixes

  • [report-writer] - fix decompression bug (closes #202)
  • [webpack-model] - fix assets collection when CompressionWebpackPlugin is used
  • [webpack-model] - fix trimming long module ids
  • [webpack-ui] - module search now works only for first 500 chars in module name (performance issue)
  • [webpack-ui] - fix incorrect badge for asset modules
smelukov
published 5.25.0 •

Changelog

Source

5.25.0 (17 February 2023)

Features

  • [webpack-plugin] - super-huge (up to 30 times) decrease of html-report size
  • [cli] - super-huge (up to 30 times) decrease of html-report size

Fixes

  • [webpack-model] - trim long module identifier (closes #200)
  • [webpack-ui] - fix descending modules sort on instant lists (related #162)
smelukov
published 5.25.0-alpha.0 •

smelukov
published 5.24.0 •

Changelog

Source

5.24.0 (22 July 2022)

Features

  • [webpack-ui] - replace highcharts by chart.js

    Usage example:

    {
      "view": "box",
      "options": { "height": "400px" },
      "content": {
        "view": "chart",
        "data": "{ any chart.js options here }"
      }
    }
    
  • [webpack-ui] - add error-view:

    {
      "view": "error",
      "message": "Some error message"
    }
    
  • [cli] - js-files can be used in customReport-arg

  • [helpers] - add options-parameter into formatData-helper just like Date.toLocaleString

Refactor

  • [webpack-model] - remove stats validation (increase startup performance)
smelukov
published 5.23.1-alpha.0 •

234567Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc