Socket
Socket
Sign inDemoInstall

@jill64/svelte-storage

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/svelte-storage - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

17

package.json
{
"name": "@jill64/svelte-storage",
"description": "🗃️ Type-Safe Web Storage API Wrapper for Svelte",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",

@@ -35,3 +35,8 @@ "type": "module",

},
"keywords": [],
"keywords": [
"localstorage",
"sessionstorage",
"svelte",
"type-safe"
],
"scripts": {

@@ -58,13 +63,13 @@ "dev": "vite dev",

"@typescript-eslint/parser": "6.13.1",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-svelte": "2.35.1",
"prettier-plugin-svelte": "3.1.2",
"svelte": "4.2.7",
"svelte": "4.2.8",
"typescript": "5.3.2",
"vite": "5.0.4"
"vite": "5.0.5"
},
"dependencies": {
"@jill64/typed-storage": "2.0.2"
"@jill64/typed-storage": "2.0.3"
}
}

@@ -9,8 +9,2 @@ <!----- BEGIN GHOST DOCS HEADER ----->

## Installation
```sh
npm i @jill64/svelte-storage
```
<!----- END GHOST DOCS HEADER ----->
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