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.1.2 to 1.1.3

2

package.json
{
"name": "vault-storage",
"description": "Vault, a micro yet robust browser storage library",
"version": "1.1.2",
"version": "1.1.3",
"author": "ManiarTech®️ - Mohamed Aamir Maniar",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -80,3 +80,3 @@ # vault

### Secure Storage
### Secured Storage

@@ -126,3 +126,3 @@ Secured storages are useful when you want to store sensitive data. It shares

// Get the values. Remember to use await! As it's asynchronous.
const token = await authStorage.token; // Decrypted token from the authStorage
const token = await authStorage.token; // Decrypts the token from the authStorage
// and returns the original token.

@@ -129,0 +129,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