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

vault-storage

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vault-storage - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

TODO.md

7

package.json
{
"name": "vault-storage",
"version": "1.0.5",
"version": "1.0.6",
"description": "Vault, a tiny yet robuts storage library for your browser applications",

@@ -8,4 +8,7 @@ "main": "dist/index.js",

"keywords": [
"vault",
"vault-storage",
"storage",
"storage",
"indexeddb",
"storage",
"database",

@@ -12,0 +15,0 @@ "client-storage",

@@ -138,4 +138,2 @@ # vault

| **Transaction Support** | Complete transaction support for reliable data operations | None |
| **Query Capabilities** | Complex querying and indexing | Only key-based access |
| **Data Integrity** | Robust with versioning and error handling | Prone to data conflicts |

@@ -142,0 +140,0 @@ ## Contributing

@@ -42,3 +42,3 @@ {

/* Emit */
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declarationMap": true, /* Create sourcemaps for d.ts files. */

@@ -45,0 +45,0 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */

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