New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@discoveryjs/cli

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discoveryjs/cli - npm Package Versions

1
8

2.0.0-beta.9

Diff

Changelog

Source

2.0.0-beta.9 (04-03-2021)

  • Added inspector and router options in model's view config
  • Changed prepare modules handling. Now a prepare module should export a function instead of calling discovery.setPrepare() method and no more discovery (a reference to App or Widget instance) injected into module's scope.
  • Added support for a common prepare function. When modelBaseConfig.prepare is set it invokes for every model, right before model's prepare if any.
  • Added config change detection on server's asset bundling, it eliminates the need to restart the server on config change to get assets according changes
lahmatiy
published 2.0.0-beta.8 •

Changelog

Source

2.0.0-beta.8 (01-03-2021)

  • Fixed bundling failure due to changes on absolute path resolving in esbuild 0.8.51
lahmatiy
published 2.0.0-beta.7 •

Changelog

Source

2.0.0-beta.7 (17-02-2021)

  • Fixed edge case when runScript promise remains unresolved, e.g. on unexpected child process termination. This cause to prevent cache updates
  • Reworked style processing for preloader
lahmatiy
published 2.0.0-beta.6 •

Changelog

Source

2.0.0-beta.6 (12-02-2021)

  • Fixed config processing in model-free mode
  • Improved timings info in /cachez
  • Added --no-check-cache-ttl option for server
lahmatiy
published 2.0.0-beta.5 •

Changelog

Source

2.0.0-beta.5 (11-02-2021)

  • Fixed crash on temporary cache files cleanup and related improvements
  • Reworked model data cache settings:
    • cacheTtl can take a cron expression as a value
    • cacheBgUpdate can take a boolean (enabled or disabled) and "only" value. When "only" is specified, manual cache reset is not available
    • Background updates are scheduling based on cacheTtl setting
  • Added warnings field on model config normalization, which contain all issues around config if any
  • Renamed --cleanup build option into --clean
  • Added --cache-check-ttl option for build and archive commands
  • Added passing meta from model's config to model's context
lahmatiy
published 2.0.0-beta.4 •

Changelog

Source

2.0.0-beta.4 (08-02-2021)

  • Added --tmpdir option to customise a dir for data cache temp files
lahmatiy
published 2.0.0-beta.3 •

Changelog

Source

2.0.0-beta.3 (05-02-2021)

  • Fixed bundling in @discoveryjs/discovery itself
lahmatiy
published 2.0.0-beta.2 •

Changelog

Source

2.0.0-beta.2 (05-02-2021)

  • Boosted build by using esbuild and streaming writing
  • Improved and simplified serve
  • Improved cache subsystem
  • Added --cors option for server to disable CORS, i.e. allow data fetching for any origin
  • Fixed darkmode default value for index page when option is not set up in config
  • Fixed selector isolation for rules in @keyframes
  • TBD
lahmatiy
published 2.0.0-beta.1 •

Changelog

Source

2.0.0-beta.14 (15-02-2022)

  • Improved CSS styles loading by removing fetch() since Discovery can load stylesheets via <link> without FOUC
  • Added preload hints (<link rel="preload">) for CSS styles and the main module for a page
  • Fixed exposing a path to the cache file in client side options, expose a boolean flag instead
  • Replaced --model-data-upload option for --no-model-data-upload for build command
  • Improved client side error output on data loading failure
lahmatiy
published 1.15.0 •

Changelog

Source

1.15.0 (11-11-2020)

  • Added --no-bg-update option for server
  • Fixed issue with broken Custom Properties in CSS
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