You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

svelte-disable-preload

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-disable-preload - npm Package Compare versions

Comparing version

to
0.0.2

LICENSE

97

package.json
{
"name": "svelte-disable-preload",
"version": "0.0.1",
"type": "module",
"keywords": [
"svelte",
"sveltekit",
"preload",
"canvas",
"animation"
],
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://captaincodeman.github.io/svelte-disable-preload/",
"repository": {
"type": "git",
"url": "https://github.com/captaincodeman/svelte-disable-preload.git"
},
"author": {
"name": "Simon Green",
"email": "simon@captaincodeman.com",
"url": "https://www.captaincodeman.com/"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"package": "tsup",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
"name": "svelte-disable-preload",
"version": "0.0.2",
"type": "module",
"keywords": [
"svelte",
"sveltekit",
"preload",
"canvas",
"animation"
],
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://captaincodeman.github.io/svelte-disable-preload/",
"repository": {
"type": "git",
"url": "https://github.com/captaincodeman/svelte-disable-preload.git"
},
"author": {
"name": "Simon Green",
"email": "simon@captaincodeman.com",
"url": "https://www.captaincodeman.com/"
},
"license": "MIT",
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.20.4",
"publint": "^0.1.12",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.3",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"package": "tsup && publint",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
}
}
# svelte-disable-preload
![minified](https://img.shields.io/bundlephobia/min/svelte-disable-preload/0.0.1?style=for-the-badge)
![minified + zipped](https://img.shields.io/bundlephobia/minzip/svelte-disable-preload/0.0.1?style=for-the-badge)
![minified](https://img.shields.io/bundlephobia/min/svelte-disable-preload/0.0.2?style=for-the-badge)
![minified + zipped](https://img.shields.io/bundlephobia/minzip/svelte-disable-preload/0.0.2?style=for-the-badge)

@@ -6,0 +6,0 @@ SveltKit provides a client-side router that handles navigation when anchor elements are clicked. It can also be [configured to preload data](https://kit.svelte.dev/docs/link-options) to make your app seem "snappier". It does this by listening for various `click`, `mousedown`, `mousemove`, and `touchstart` events on the document which will bubble from elements.

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.