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

@discoveryjs/cli

Package Overview
Dependencies
Maintainers
0
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.2.1

Diff

Changelog

Source

2.2.1 (15-12-2022)

  • Bumped esbuild to ~0.16.7
  • Bumped express to ^4.18.2
lahmatiy
published 2.2.0 •

Changelog

Source

2.2.0 (09-08-2022)

  • Changed Node.js support for ^14.13.0 || >=16.0.0
  • Changed @discoveryjs/discovery version to ^1.0.0-beta.67
  • Added an experimental API to define data generation (a tree-like pipeline)
  • Added displaying of data generation log (console output) or pipeline plan on model's loading screen for long awaited data requests
  • Improved path sanitizing in error messages sending to client side
  • Changed createServer() to return an express app and don't listen by default (i.e. listen() should be explicitly called on a receiver side)
lahmatiy
published 2.1.1 •

Changelog

Source

2.1.1 (10-06-2022)

  • Fixed override of target property from host project's tsconfig.json
lahmatiy
published 2.1.0 •

Changelog

Source

2.1.0 (02-05-2022)

  • Added /modelz server route with a list of available models
  • Fixed server crash on temporary files clean up when tmpdir doesn't exist
lahmatiy
published 2.0.0 •

Changelog

Source

2.0.0 (21-04-2022)

  • Changed Node.js support for ^12.20.0 || ^14.13.0 || >=15.0.0
  • Added --no-minify option for serve, build and archive commands
  • Added --sourcemap option for build and archive commands
  • Changed defaults for --tmpdir to use --cachedir value if --tmpdir is not specified
  • Fixed path processing issues for serve and build on Windows
  • Fixed crash on error serialization when no HOME env variable is available
  • Fixed fs.rmdir(path, { recursive: true }) deprecation warning on build with --clean option on Node.js 14.14+
lahmatiy
published 2.0.0-beta.14 •

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 2.0.0-beta.13 •

Changelog

Source

2.0.0-beta.13 (07-02-2022)

  • Added support for CSS source maps
  • Added support for upload option in model config
  • Added --no-model-data-upload for serve command
  • Added --model-data-upload for build command
  • Changed approach to inline styles and data:
    • Use <style type="discovery/style"> for styles instead of <template>
    • Use <script type="discovery/chunk-data"> for data chunks instead of <template id="[chunk-id]"><script>
  • Fixed prepare wrapper to return modified data (#14)
  • Fixed prepare wrapper to support a promise as a result
  • Fixed server launch in model-free mode
  • Fixed crash with "No model is found" when --no-cache is using
lahmatiy
published 2.0.0-beta.12 •

Changelog

Source

2.0.0-beta.12 (31-03-2021)

  • Bumped esbuild to 0.11.2 and simplified bundling
  • Fixed paths in source maps for models assets to be consistent with others
  • Fixed interface disabling on error during loading, due to an invisible layer overlapping error block
  • Added dark mode toggle to index page (when dark mode is not disabled)
  • Fixed download feature regression that was introduced in a recent release
  • Fixed model cache update rescheduling, previously model cache stops to update in background when cache generation has been failure
lahmatiy
published 2.0.0-beta.11 •

Changelog

Source

2.0.0-beta.11 (16-03-2021)

  • Fixed "no such file or directory" crash in server that occurs when main process is reading caches folder and a child process is moving temporary file at this moment
  • Fixed broken source maps
  • Fixed build output paths for modelfree and single modes
lahmatiy
published 2.0.0-beta.10 •

Changelog

Source

2.0.0-beta.10 (10-03-2021)

  • Added support for view.bundles
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