Socket
Socket
Sign inDemoInstall

sveltedoc-parser

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltedoc-parser - npm Package Versions

13

3.0.1

Diff

Changelog

Source

[3.0.1] 17.08.2020

  • [Fixed] Solve issue #26, support export { variables as var } statement.
  • [Added] now interface SvelteDataItem provides a new property localName with information about internal name of component property.
alexprey
published 3.0.0 •

Changelog

Source

[3.0.0] 08.08.2020

  • [Fixed] Solve vulnerability issues:
    • Update espree to 7.2.0
    • Update htmlparser2 to 3.9.2
    • Add dependency to eslint to fix issues after upgrading to new versions
  • [Breaking] Increase requirement of Node.js to 10.0.0, Node.js v8 now is not supported, this is related with security isssues above. Please let me know if it still required.
alexprey
published 2.3.4 •

Changelog

Source

[2.3.4] 10.12.2019

  • [Fixed] Now keywords feature correctly supported.

Thanks to hontas for following changes:

  • [Fixed] Svelte V3: Fix parsing of types for data items, defined by @type keyword.
alexprey
published 2.3.3 •

Changelog

Source

[2.3.3] 05.12.2019

Thanks to hontas for following changes:

  • [Added] Svelte V3: Implement component documentation parsing provided by top level comment in HTML markup or in the JS section, marked with @component JSDoc attribute.
alexprey
published 2.3.2 •

Changelog

Source

[2.3.2] 02.12.2019

Thanks to Hostas for following fixes:

  • [Fixed] Svelte V3: Improve type parsing for properties with default values.
  • [Fixed] Svelte V3: In some cases type property was setup with wrong structure and data, now it fixed.
alexprey
published 2.3.1 •

Changelog

Source

[2.3.1] 25.11.2019

  • [Fixed] Svelte V3: Fix parsing issues when anonymous functions are used in event handlers at markup (Issue #18)
alexprey
published 2.3.0 •

Changelog

Source

[2.3.0] 02.10.2019

  • [Added] Svelte V3: Implement support of script element locations
  • [Fixed] Svelte V3: Fix parsing when component have multiple <script> blocks
  • [Added] Spec: Property locations was added to items and presents the list of item code locations
  • [Changed] Spec: Property loc for items marked as depricated, see locations property instead
alexprey
published 2.2.0 •

Changelog

Source

[2.2.0] 15.08.2019

  • [Added] Svelte V3: Add a new properties for data items: originalName and importPath
  • [Changed] Svelte V3: Add support for multiple bindings to one data item, now bind property of the item are array
  • [Changed] Property value for component items marked as depricated and new proprty importPath are used now
  • [Fixed] Issues with parsing
alexprey
published 2.1.0 •

Changelog

Source

[2.1.0] 09.08.2019

  • [Added] Svelte V3: Implement support for property binding parsing (bind:property={...})
  • [Added] Svelte V3: Implement support for event parsing which dispatched from code (dispatch(...))
  • [Added] Svelte V3: Implement support for event parsing which dispatched from markup expressions (<button on:click="{() => dispatch(....)}">)
  • [Added] Svelte V3: Implement support for ref parsing (bind:this={...})
  • [Fixed] Spec: Property SvelteDataItem.let changed to SvelteDateItem.kind, that was named as let by mistake
alexprey
published 2.0.0 •

Changelog

Source

[2.0.0] 05.08.2019

  • [Added] Support for V3 syntax
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