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

1.14.3

Diff

Changelog

Source

1.14.3 (04-11-2020)

  • Replaced local patched version of css-tree for release version 1.0.0
lahmatiy
published 1.14.2 •

Changelog

Source

1.14.2 (23-10-2020)

  • Fixed missed darkmodePersistent option for index page
lahmatiy
published 1.14.1 •

Changelog

Source

1.14.1 (22-10-2020)

  • Fixed resource inlining on CSS build to avoid corruption of external and hash references
  • Fixed modelfree mode client side setup
lahmatiy
published 1.14.0 •

Changelog

Source

1.14.0 (20-10-2020)

  • Added default favicon.ico to server
  • Added support for darkmode option in config (for index and model)
  • Fixed building to avoid "Download" and "Reload without cache" buttons in built result
  • Fixed streaming data to client (not through cache) when data contains async values
  • Reworked cache subsystem
    • Added cache command
    • Added /cachez server route with details about cache
    • Added ETag header in server when cache is using (response with 304 when data is not changed)
    • Replaced --cache option with --no-cache and --cachedir
    • Changed --cachedir (former --cache option) default to .discoveryjs-cache
    • Improved background data cache updating
    • Fixed issues with corrupted data responding due to read from a cache that's not fully written or uncomplete because of
    • Introduced cache dispatcher that encapsulates cache related logic
    • Removed cache logic and options from data command
lahmatiy
published 1.13.1 •

Changelog

Source

1.13.1 (06-10-2020)

  • Added x-file-size header to server's data.json response to specify original size of content when size is known
lahmatiy
published 1.13.0 •

Changelog

Source

1.13.0 (02-10-2020)

  • Used @discoveryjs/json-ext for JSON stream stringifying instead of custom solution
  • Fixed suppression of errors when warming up a model data, which cause to treat the model as successful, despite that it is broken
  • Added --bail option for server to exit on first warmup task failure
  • Fixed model's warming up task to wait until data is written to disk before next warmup task
  • Changed server's warming up to schedule data cache background update after all other warmup tasks is finished
  • Send Content-Length header for data.json when available
  • Added support for model downloading (enabled by default, to disable use download: false in main config or model's config)
  • Improved model building when a big JSON data is injecting to build
lahmatiy
published 1.12.0 •

Changelog

Source

1.12.0 (01-07-2020)

  • Added warmup task list with details on readyz
  • Fixed issue when common router extension doesn't apply in single model mode (i.e. when --model option is used)
lahmatiy
published 1.11.0 •

Changelog

Source

1.11.0 (16-06-2020)

  • Added support for humanize durations for cacheTtl and cacheBgUpdate in config, e.g. 5mins or 1h 30m (see parse-duration for format support)
  • Disabled async/await transformations on build
lahmatiy
published 1.10.3 •

Changelog

Source

1.10.3 (15-06-2020)

  • Fixed exceptions when no config found
  • Improved error location in prepare module
lahmatiy
published 1.10.2 •

Changelog

Source

1.10.2 (18-05-2020)

  • Fixed server routing in single mode with --prebuild option enabled
  • Fixed edge cases with custom properties and empty values when bundling 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