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

@jill64/svelte-device-theme

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/svelte-device-theme - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

25

package.json
{
"name": "@jill64/svelte-device-theme",
"description": "A simple store that syncs with your device's theme settings",
"version": "1.1.1",
"description": "🖥️ A simple store that syncs with your device's theme settings",
"version": "1.2.0",
"main": "dist/index.js",

@@ -14,3 +14,5 @@ "type": "module",

"files": [
"dist"
"dist",
"!*.test.*",
"!*.spec.*"
],

@@ -25,2 +27,8 @@ "license": "MIT",

},
"keywords": [
"device",
"media",
"svelte",
"theme"
],
"publishConfig": {

@@ -32,3 +40,3 @@ "access": "public"

"prepack": "npm run build",
"lint": "npx prettier --check . && npx eslint . && npx depcheck",
"lint": "npx eslint . && npx depcheck",
"format": "npx prettier --write ."

@@ -40,10 +48,11 @@ },

"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint-plugin-deprecation": "2.0.0",
"svelte": "4.2.2",
"typescript": "5.2.2"
},
"dependencies": {
"esm-env": "1.0.0",
"svelte": "4.2.2"
"esm-env": "1.0.0"
}
}

@@ -7,12 +7,12 @@ <!----- BEGIN GHOST DOCS HEADER ----->

A simple store that syncs with your device's theme settings
🖥️ A simple store that syncs with your device's theme settings
<!----- END GHOST DOCS HEADER ----->
## Install
```sh
npm i -D @jill64/svelte-device-theme
npm i @jill64/svelte-device-theme
```
<!----- END GHOST DOCS HEADER ----->
## Usage

@@ -19,0 +19,0 @@

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