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

sveld

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveld - npm Package Versions

13456

0.18.1

Diff
metonym
published 0.18.1 •

Changelog

Source

0.18.1 - 2023-06-04

  • allow data-* attributes for props forwarded to HTML elements for svelte-check@3.x compatibility
metonym
published 0.18.0 •

Changelog

Source

0.18.0 - 2022-10-22

  • support @slot tag descriptions for named slots
  • support @event tag descriptions
  • remove sveltekit:* attributes from type definitions
metonym
published 0.17.2 •

Changelog

Source

0.17.2 - 2022-06-13

  • handle export {} in script block
metonym
published 0.17.1 •

Changelog

Source

0.17.1 - 2022-06-02

  • use correct type for forwarded cut/copy/paste events
metonym
published 0.17.0 •

Changelog

Source

0.17.0 - 2022-05-21

  • remove @required tag; directly infer if a prop is required
metonym
published 0.16.1 •

Changelog

Source

0.16.1 - 2022-05-20

  • additional_tags can be undefined
metonym
published 0.16.0 •

Changelog

Source

0.16.0 - 2022-05-19

  • support @required tag to denote required component props
  • support wildcard export in svelte entry point
metonym
published 0.15.3 •

Changelog

Source

0.15.3 - 2022-05-14

  • preserve JSDoc tags in prop comments
metonym
published 0.15.2 •

Changelog

Source

0.15.2 - 2022-05-13

  • dispatched event type without detail should default to null, not any
metonym
published 0.15.1 •

Changelog

Source

0.15.1 - 2022-05-01

  • function exported from <script context="module"> should be typed as functions, not types