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

svelte2tsx

Package Overview
Dependencies
Maintainers
1
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte2tsx - npm Package Compare versions

Comparing version 0.1.70 to 0.1.71

2

package.json
{
"name": "svelte2tsx",
"version": "0.1.70",
"version": "0.1.71",
"description": "Convert Svelte components to TSX for type checking",

@@ -5,0 +5,0 @@ "author": "David Pershouse",

@@ -202,2 +202,8 @@ /**

// Svelte Transition Events
onoutrostart?: EventHandler<CustomEvent<null>, T>;
onoutroend?: EventHandler<CustomEvent<null>, T>;
onintrostart?: EventHandler<CustomEvent<null>, T>;
onintroend?: EventHandler<CustomEvent<null>, T>;
// Message Events

@@ -204,0 +210,0 @@ onmessage?: MessageEventHandler<T>;

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