New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@exvu/web-storage

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exvu/web-storage

exvu web-storage

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

web-storage使用文档

web-storage是一款web端的缓存工具,基于html5的storage进行扩展.

  • 添加了过期时间,传统的storage不支持设置过期时间,需要用户自行清除
  • 数据加密,可以对key,value进行加密,加密是可逆的,加密只是最基本的显示安全
  • 设置key前缀,可以为key字段设置一个前缀
  • 支持存放string以外的数据类型.传统的storage只能存放string

日志

了解最新改进

快速开始

快速上手.

Keywords

web

FAQs

Package last updated on 29 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts