Socket
Socket
Sign inDemoInstall

@ngx-pwa/local-storage

Package Overview
Dependencies
5
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0-rc.0 to 9.0.0-rc.1

2

package.json
{
"name": "@ngx-pwa/local-storage",
"version": "9.0.0-rc.0",
"version": "9.0.0-rc.1",
"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",

import { Tree } from '@angular-devkit/schematics';
export declare const packageName = "@ngx-pwa/local-storage";
export declare const packageVersionLatest = "^9.0.0-rc.0";
export declare const packageVersionLatest = "^9.0.0-rc.1";
export declare const packageVersionLTS8 = "^8.2.3";

@@ -5,0 +5,0 @@ export declare const packageVersionLTS7 = "^6.2.5";

@@ -18,3 +18,3 @@ "use strict";

// TODO: Automate this
exports.packageVersionLatest = '^9.0.0-rc.0';
exports.packageVersionLatest = '^9.0.0-rc.1';
exports.packageVersionLTS8 = '^8.2.3';

@@ -21,0 +21,0 @@ exports.packageVersionLTS7 = '^6.2.5';

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