Socket
Socket
Sign inDemoInstall

@sveltejs/vite-plugin-svelte

Package Overview
Dependencies
204
Maintainers
4
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.4.0

src/handle-hot-update.js

19

package.json
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "2.3.0",
"version": "2.4.0",
"license": "MIT",
"author": "dominikg",
"files": [
"dist",
"src",
"*.d.ts"
"src"
],
"type": "module",
"types": "dist/index.d.ts",
"types": "src/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"types": "./src/index.d.ts",
"import": "./src/index.js"
},

@@ -54,12 +52,9 @@ "./package.json": "./package.json"

"esbuild": "^0.17.18",
"rollup": "^3.21.6",
"svelte": "^3.59.1",
"tsup": "^6.7.0",
"vite": "^4.3.5"
},
"scripts": {
"dev": "pnpm build:ci --sourcemap --watch src",
"build:ci": "rimraf dist && tsup-node src/index.ts --format esm",
"build": "pnpm build:ci --dts --sourcemap"
"check:publint": "publint --strict",
"check:types": "tsc --noEmit"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc