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.7 to 0.6.8

3

index.d.ts

@@ -131,2 +131,3 @@ import ts from 'typescript';

upsertKitFile: (
_ts: typeof ts,
fileName: string,

@@ -139,3 +140,3 @@ kitFilesSettings: InternalHelpers.KitFilesSettings,

toOriginalPos: (pos: number, addedCode: InternalHelpers.AddedCode[]) => {pos: number; inGenerated: boolean},
findExports: (source: ts.SourceFile, isTsFile: boolean) => Map<
findExports: (_ts: typeof ts, source: ts.SourceFile, isTsFile: boolean) => Map<
string,

@@ -142,0 +143,0 @@ | {

{
"name": "svelte2tsx",
"version": "0.6.7",
"version": "0.6.8",
"description": "Convert Svelte components to TSX for type checking",

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

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