1.9.0 • Published 5 years ago
data-storage-secure v1.9.0
data-storage-secure
If any problem please file an issue in github I am ready to work in group projects to build products Email: rishavrishu2001.ra@gmail.com mobile: 6289712990(INDIA)
This is a local storage data package similar to session..(It stores data in an array)
Security of the data will be done later...
var data = require('data-storage-secure')
How to store data?
Code:
data.store("key","value")
You cannot store the value with same key twice or more than once!!
How to retrieve data?
var result = data.get("key")
if result is null then it will show null otherwise your data
How to get size or length of data stored in array?
var length=data.size()
How to clear all data stored until now?
data.clear()
How to delete a particular data
data.delete("key")
How to get value of a key if the index of key in array is known?
data.value("key")
1.9.0
5 years ago
1.8.9
5 years ago
1.8.8
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.8.2
5 years ago
1.8.1
5 years ago
1.8.0
5 years ago
1.7.0
5 years ago
1.6.0
5 years ago
1.5.0
5 years ago
1.4.0
5 years ago
1.3.0
5 years ago
1.8.7
5 years ago
1.8.6
5 years ago
1.8.5
5 years ago
1.8.4
5 years ago
1.8.3
5 years ago
1.0.0
5 years ago