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

svelte2tsx

Package Overview
Dependencies
Maintainers
3
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.4.10 to 0.4.11

8

index.d.ts

@@ -58,3 +58,3 @@ export interface SvelteCompiledToTsx {

export interface EmitDtsConig {
export interface EmitDtsConfig {
/**

@@ -78,2 +78,6 @@ * Where to output the declaration files

// to make typo fix non-breaking, continue to export the old name but mark it as deprecated
/**@deprecated*/
export interface EmitDtsConig extends EmitDtsConfig {} /* eslint-disable-line @typescript-eslint/no-empty-interface */
/**

@@ -85,2 +89,2 @@ * Searches for a jsconfig or tsconfig starting at `root` and emits d.ts files

*/
export function emitDts(config: EmitDtsConig): Promise<void>;
export function emitDts(config: EmitDtsConfig): Promise<void>;
{
"name": "svelte2tsx",
"version": "0.4.10",
"version": "0.4.11",
"description": "Convert Svelte components to TSX for type checking",

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

@@ -105,3 +105,3 @@ /// <reference lib="dom" />

oninvalid?: EventHandler<Event, T> | undefined;
onbeforeinput?: EventHandler<Event, T> | undefined;
onbeforeinput?: EventHandler<InputEvent, T> | undefined;

@@ -108,0 +108,0 @@ // Image Events

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