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.95 to 0.1.96

2

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

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

@@ -82,5 +82,3 @@ /**

/* children?: Children;
innerHTML?: string;
innerText?: string;
textContent?: string;
namespaceURI?: string;

@@ -253,2 +251,12 @@ ref?: ((e: T) => void) | Ref<T>; */

contenteditable?: "true" | "false" | boolean;
/**
* Elements with the contenteditable attribute support innerHTML and textContent bindings.
*/
innerhtml?: string;
/**
* Elements with the contenteditable attribute support innerHTML and textContent bindings.
*/
textcontent?: string;
contextmenu?: string;

@@ -255,0 +263,0 @@ controls?: boolean;

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