1.9.0 • Published 4 years ago

data-storage-secure v1.9.0

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

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

4 years ago

1.8.9

4 years ago

1.8.8

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.8.7

4 years ago

1.8.6

4 years ago

1.8.5

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.0.0

4 years ago