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

svelte2tsx

Package Overview
Dependencies
Maintainers
3
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.130 to 0.1.131

14

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

@@ -27,8 +27,8 @@ "author": "David Pershouse",

"periscopic": "^2.0.2",
"rollup": "^1.12.0",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-delete": "^1.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup": "^2.28.0",
"@rollup/plugin-commonjs": "^15.0.0",
"rollup-plugin-delete": "^2.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"source-map": "^0.6.1",

@@ -35,0 +35,0 @@ "source-map-support": "^0.5.16",

@@ -232,2 +232,3 @@ /* eslint @typescript-eslint/no-unused-vars: off */

allowtransparency?: boolean;
allowpaymentrequest?: boolean;
alt?: string;

@@ -300,2 +301,3 @@ async?: boolean;

is?: string;
ismap?: boolean;
keyparams?: string;

@@ -690,2 +692,3 @@ keytype?: string;

files?: FileList | null;
indeterminate?: boolean;
}

@@ -692,0 +695,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