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

svelte2tsx

Package Overview
Dependencies
Maintainers
4
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.6.27 to 0.7.0

12

index.d.ts

@@ -138,12 +138,7 @@ import ts from 'typescript';

isKitRouteFile: (basename: string) => boolean,
isClientHooksFile: (
isHooksFile: (
fileName: string,
basename: string,
clientHooksPath: string
) =>boolean,
isServerHooksFile: (
fileName: string,
basename: string,
serverHooksPath: string
)=> boolean,
hooksPath: string
) => boolean,
isParamsFile: (fileName: string, basename: string, paramsPath: string) =>boolean,

@@ -189,4 +184,5 @@ upsertKitFile: (

clientHooksPath: string;
universalHooksPath: string;
paramsPath: string;
}
}
{
"name": "svelte2tsx",
"version": "0.6.27",
"version": "0.7.0",
"description": "Convert Svelte components to TSX for type checking",

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

@@ -151,3 +151,4 @@ // Whenever a ambient declaration changes, its number should be increased

// @ts-ignore Svelte v3/v4 don't have this
declare function __sveltets_2_snippet<T = void>(t: T): import('svelte').Snippet<T>;
declare function __sveltets_2_snippet(): import('svelte').Snippet<void>;
declare function __sveltets_2_snippet<T>(t: T): import('svelte').Snippet<T>;

@@ -154,0 +155,0 @@ /** @internal PRIVATE API, DO NOT USE */

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