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

@discoveryjs/discovery

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discoveryjs/discovery - npm Package Versions

1
10

1.0.0-beta.23

Diff

Changelog

Source

1.0.0-beta.23 (12-12-2019)

  • Fixed build due to lib imports processing bug
lahmatiy
published 1.0.0-beta.22 •

Changelog

Source

1.0.0-beta.22 (12-12-2019)

  • Fixed SVG path data in pie charts in signature view (#25)
  • Disabled Prism auto mode, which may break environment when Discovery is embeded (#24)
  • Fixed global polution by Prism instance
lahmatiy
published 1.0.0-beta.21 •

Changelog

Source

1.0.0-beta.21 (15-09-2019)

  • Fixed popup wrong position issues in some conditions (#16)
  • Exposed layout helpers as utils: getOffsetParent, getPageOffset, getBoundingRect and getViewportRect
  • Duplicated signature showing with click on button (better for mobile)
  • Tweaked action buttons style in struct view to work better for touch devices
  • Changed struct view to open a link in a new tab
  • Added limit and limitCollapsed options support for struct view
  • Fixed pie chart in signature view popups to work in all browsers (#17)
  • Fixed struct view signature popup to show a path from a struct's data root
lahmatiy
published 1.0.0-beta.20 •

Changelog

Source

1.0.0-beta.20 (09-09-2019)

  • Moved wrapping static outside (to @discoveryjs/cli)
  • Removed unnecessary deps
lahmatiy
published 1.0.0-beta.19 •

Changelog

Source

1.0.0-beta.19 (08-09-2019)

  • Fixed missed a dependency and a module for libs
lahmatiy
published 1.0.0-beta.18 •

Changelog

Source

1.0.0-beta.18 (08-09-2019)

  • Removed src/scan-fs.js module since extracted into a separate package @discoveryjs/scan-fs
  • Extracted CLI tools to separate package @discoveryjs/cli
lahmatiy
published 1.0.0-beta.17 •

Changelog

Source

1.0.0-beta.17 (06-09-2019)

  • Config
    • Extended libs option in model config to contain CSS files and made it available for model's prepare script
  • Build
    • Added --single-file option to produce a model build as a single file
    • Fixed no favicon when favicon is not set up in a config (use default in this case)
    • Tweaked relative path output in build log
  • Client
    • Fixed output of values that contain HTML in signature view
lahmatiy
published 1.0.0-beta.16 •

Changelog

Source

1.0.0-beta.16 (24-07-2019)

  • Config
    • Added --pretty-data option to build to output data.json with indentation (better for deltas)
    • Allowed to set up path to config as a value for discovery field in package.json
    • Added favicon option to general and model configs
    • Added viewport option to general and model configs (to cusomize <meta name="viewport"> value)
    • Added libs option to model view config
    • Added model name injection into page HTML (as title)
  • Build
    • Fixed missed quotes for data: urls on CSS bundling
    • Fixed unnecessary require() resolving in model code
  • Client
    • Changed QueryEditor constructor to take a function to get suggestions instead of discovery instance
    • Fixed issue when suggestion item in editor can't be choosen by a click
    • Fixed routing in model-free mode, when loading a data doesn't switch to report page
lahmatiy
published 1.0.0-beta.15 •

Changelog

Source

1.0.0-beta.15 (03-07-2019)

  • Client
    • Added fallback option to auto-link view, which is using as a view config when a link is not resolved
    • Prevented influence of view build error block styles on other views on report page
lahmatiy
published 1.0.0-beta.14 •

Changelog

Source

1.0.0-beta.14 (26-06-2019)

  • Client
    • Fixed trigger arrow position in expand view to be at the vertical middle
    • Tweaked config-error view styles
    • Changed render behaviour when a view config is not specified, config-error view is using in such cases now instead of struct view
    • Prevented influence on h3 and textarea element styles on report page
    • Tweaked headers styles
    • Changed header view to look like h4 view but still level 2 header (h2 tag is used)
    • Added h5 view
    • Added beforeTabs and afterTabs config options to tabs view
    • Fixed report header jumping on hover in edit mode on report page in some browsers
    • Added virtual view render to render a view with config as current data and data as previous data
    • Removed global style rules for <a> element (it localized to link view now) and tweaked link's underline style
    • Reorganized CSS imports to avoid style duplicates
    • Fixed indent of empty list text for ul and ol views
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