@ngx-pwa/local-storage
Advanced tools
Comparing version 7.0.0-beta.3 to 7.0.0
{ | ||
"name": "@ngx-pwa/local-storage", | ||
"version": "7.0.0-beta.3", | ||
"version": "7.0.0", | ||
"description": "Efficient local storage module for Angular apps and PWA: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.", | ||
@@ -5,0 +5,0 @@ "author": "Cyrille Tuzi", |
@@ -10,2 +10,3 @@ # Async local storage for Angular | ||
- **documentation**: API fully explained, and a changelog! | ||
- **reference**: 1st Angular library for local storage according to [ngx.tools](https://ngx.tools/#/search?q=local%20storage) | ||
@@ -15,8 +16,7 @@ ## By the same author | ||
- [Angular schematics extension for VS Code](https://marketplace.visualstudio.com/items?itemName=cyrilletuzi.angular-schematics) (GUI for Angular CLI commands) | ||
- [@ngx-pwa/offline](https://github.com/cyrilletuzi/ngx-pwa-offline) | ||
- Library [@ngx-pwa/offline](https://github.com/cyrilletuzi/ngx-pwa-offline) | ||
- Popular [Angular posts on Medium](https://medium.com/@cyrilletuzi) | ||
- Follow updates of this lib on [Twitter](https://twitter.com/cyrilletuzi) | ||
- **[Angular onsite trainings](https://formationjavascript.com/formation-angular/)** (based in Paris, so the website is in French, but [my English bio is here](https://www.cyrilletuzi.com/en/web/) and I'm open to travel) | ||
## Angular onsite training | ||
The author of this library organizes Angular courses (based in Paris, France, but open to travel). You can find [my bio here](https://www.cyrilletuzi.com/en/web/) (in English) and [course details here](https://formationjavascript.com/formation-angular/) (in French). | ||
## Why this module? | ||
@@ -50,3 +50,3 @@ | ||
# For Angular 7: | ||
npm install @ngx-pwa/local-storage@next | ||
npm install @ngx-pwa/local-storage@7 | ||
@@ -53,0 +53,0 @@ # For Angular 6: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
827997
0
1