New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte2tsx

Package Overview
Dependencies
Maintainers
1
Versions
299
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.89 to 0.1.90

3

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

@@ -26,2 +26,3 @@ "author": "David Pershouse",

"mocha": "^6.2.2",
"periscopic": "^2.0.2",
"rollup": "^1.12.0",

@@ -28,0 +29,0 @@ "rollup-plugin-commonjs": "^10.0.0",

@@ -171,1 +171,4 @@ declare module '*.svelte' {

): AConstructorTypeOf<Svelte2TsxComponent<Props, Events, Slots>>;
declare function __sveltets_unwrapArr<T>(arr: ArrayLike<T>): T
declare function __sveltets_unwrapPromiseLike<T>(promise: PromiseLike<T> | T): T

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