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.67 to 0.1.68

2

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

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

@@ -31,5 +31,4 @@ /**

interface IntrinsicAttributes {
ref?: (instance: Element) => void;
}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface IntrinsicAttributes {}

@@ -41,6 +40,2 @@ // TypeScript SVGElement has no `dataset` (Chrome 55+, Firefox 51+).

interface Ref<T> {
current: null | T;
}
//

@@ -47,0 +42,0 @@ // Event Handler Types

@@ -92,1 +92,6 @@ declare module '*.svelte' {

): any;
declare function __sveltets_each<T>(
array: ArrayLike<T>,
callbackfn: (value: T, index: number) => any
): any;

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