Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte

Package Overview
Dependencies
Maintainers
0
Versions
820
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte - npm Package Compare versions

Comparing version 5.14.6 to 5.15.0

6

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "5.14.6",
"version": "5.15.0",
"type": "module",

@@ -25,2 +25,3 @@ "types": "./types/index.d.ts",

"types": "./types/index.d.ts",
"worker": "./src/index-server.js",
"browser": "./src/index-client.js",

@@ -69,2 +70,3 @@ "default": "./src/index-server.js"

"types": "./types/index.d.ts",
"worker": "./src/legacy/legacy-server.js",
"browser": "./src/legacy/legacy-client.js",

@@ -79,2 +81,3 @@ "default": "./src/legacy/legacy-server.js"

"types": "./types/index.d.ts",
"worker": "./src/reactivity/index-server.js",
"browser": "./src/reactivity/index-client.js",

@@ -93,2 +96,3 @@ "default": "./src/reactivity/index-server.js"

"types": "./types/index.d.ts",
"worker": "./src/store/index-server.js",
"browser": "./src/store/index-client.js",

@@ -95,0 +99,0 @@ "default": "./src/store/index-server.js"

2

src/version.js

@@ -9,3 +9,3 @@ // generated during release, do not modify

*/
export const VERSION = '5.14.6';
export const VERSION = '5.15.0';
export const PUBLIC_VERSION = '5';

Sorry, the diff of this file is too big to display

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