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

Comparing version 16.2.0 to 16.3.0

1

lib/databases/local-database.d.ts

@@ -8,2 +8,3 @@ import { Observable } from "rxjs";

export declare function localDatabaseFactory(): LocalDatabase;
/** @deprecated Will be removed in v17 */
export declare abstract class LocalDatabase {

@@ -10,0 +11,0 @@ abstract readonly size: Observable<number>;

2

lib/storages/local-storage.service.d.ts

@@ -6,3 +6,3 @@ import { Observable } from "rxjs";

/**
* @deprecated Will be removed in v17
* @deprecated Will be removed in v17, use `StorageMap`
* @see {@link https://github.com/cyrilletuzi/angular-async-local-storage/blob/main/docs/MIGRATION_TO_V16.md}

@@ -9,0 +9,0 @@ */

/**
* JSON Schema to describe a boolean value.
* @deprecated Will be removed in v17, use the generic `JSONSchema`
*/

@@ -16,2 +17,3 @@ export interface JSONSchemaBoolean {

* JSON Schema to describe a number value.
* @deprecated Will be removed in v17, use the generic `JSONSchema`
*/

@@ -55,2 +57,3 @@ export interface JSONSchemaNumber {

* JSON Schema to describe an integer value.
* @deprecated Will be removed in v17, use the generic `JSONSchema`
*/

@@ -94,2 +97,3 @@ export interface JSONSchemaInteger {

* JSON Schema to describe a string value.
* @deprecated Will be removed in v17, use the generic `JSONSchema`
*/

@@ -127,2 +131,3 @@ export interface JSONSchemaString {

* JSON schema to describe an array of values.
* @deprecated Will be removed in v17, use the generic `JSONSchema`
*/

@@ -159,2 +164,3 @@ export interface JSONSchemaArray {

* - array of strings: `JSONSchemaArrayOf<JSONSchemaString>`.
* @deprecated Will be removed in v17, use the generic `JSONSchema`
*/

@@ -214,2 +220,3 @@ export interface JSONSchemaArrayOf<T extends JSONSchemaBoolean | JSONSchemaNumber | JSONSchemaInteger | JSONSchemaString> {

* JSON schema to describe an object.
* @deprecated Will be removed in v17, use the generic `JSONSchema`
*/

@@ -216,0 +223,0 @@ export interface JSONSchemaObject {

import { JSONSchema, JSONSchemaArray, JSONSchemaBoolean, JSONSchemaInteger, JSONSchemaNumber, JSONSchemaObject, JSONSchemaString, JSONSchemaTuple } from "./json-schema";
import * as i0 from "@angular/core";
/** @deprecated Will be removed in v17 */
export declare class JSONValidator {

@@ -4,0 +5,0 @@ /**

{
"name": "@ngx-pwa/local-storage",
"version": "16.2.0",
"version": "16.3.0",
"funding": {

@@ -5,0 +5,0 @@ "type": "github",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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