Cordova NativeStorage
JSON →A Cordova plugin for native persistent storage on Android (SharedPreferences), iOS (NSUserDefaults), Windows, and OS X. Version 2.3.2 is the latest stable release. It provides a simple key-value API similar to localStorage but with data persistence guaranteed by the native platform. Unlike localStorage, data is not cleared on low memory. Supports strings, numbers, booleans, arrays, and objects. The plugin is maintained but updates are infrequent; last release was in 2018. Contains known vulnerabilities (CVE-2018-19195) due to older dependencies.