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.23 to 0.6.24

4

index.d.ts

@@ -78,2 +78,6 @@ import ts from 'typescript';

accessors?: boolean
/**
* The Svelte parser to use. Defaults to the one bundled with `svelte2tsx`.
*/
parse?: typeof import('svelte/compiler').parse;
}

@@ -80,0 +84,0 @@ ): SvelteCompiledToTsx

4

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

@@ -46,3 +46,3 @@ "author": "David Pershouse",

"peerDependencies": {
"svelte": "^3.55 || ^4.0.0-next.0 || ^4.0",
"svelte": "^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0",
"typescript": "^4.9.4 || ^5.0.0"

@@ -49,0 +49,0 @@ },

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