Socket
Socket
Sign inDemoInstall

@ngx-pwa/local-storage

Package Overview
Dependencies
5
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ngx-pwa/local-storage

Efficient local storage module for Angular: 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.


Version published
Maintainers
1
Install size
629 kB
Created

Changelog

Source

15.0.0 (2022-12-16)

Breaking changes

  • Angular 15 is required.
  • RxJS >= 7.4 is required. RxJS 6 is not supported.

Deprecation

Advanced configuration via StorageModule.forRoot() is deprecated.

Use the new provideXXX() methods as shown in the interoperability or collision guides, depending on your case.

This aligns with the new standalone APIs in Angular 15.

Readme

Source

Async local storage for Angular

The documentation is available on GitHub.

FAQs

Last updated on 16 Dec 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc