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

svelte2tsx

Package Overview
Dependencies
Maintainers
1
Versions
299
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.56 to 0.1.57

2

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

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

@@ -44,3 +44,3 @@ declare module '*.svelte' {

declare function __sveltets_ensureTransition<U extends any[]>(transition: SvelteTransition<U>, ...args: U): any;
declare function __sveltets_ensureFunction(expression: (e: Event) => unknown ):any;
declare function __sveltets_ensureFunction(expression: (e: Event & { detail?: any }) => unknown ) : any;
declare function __sveltets_ensureType<T>(type: AConstructorTypeOf<T>, el: T): any;

@@ -47,0 +47,0 @@ declare function __sveltets_instanceOf<T>(type: AConstructorTypeOf<T>): T;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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