New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ng-web-apis/common

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-web-apis/common - npm Package Compare versions

Comparing version 4.1.3 to 4.2.0

2

package.json
{
"name": "@ng-web-apis/common",
"version": "4.1.3",
"version": "4.2.0",
"description": "A set of common utils for consuming Web APIs with Angular",

@@ -5,0 +5,0 @@ "keywords": [

import { InjectionToken } from '@angular/core';
import { Observable } from 'rxjs';
export declare const WA_ANIMATION_FRAME: InjectionToken<Observable<number>>;
/**
* @deprecated: drop in v5.0, use {@link WA_ANIMATION_FRAME}
*/
export declare const ANIMATION_FRAME: InjectionToken<Observable<number>>;
import { InjectionToken } from '@angular/core';
export declare const WA_CACHES: InjectionToken<CacheStorage>;
/**
* @deprecated: drop in v5.0, use {@link WA_CACHES}
*/
export declare const CACHES: InjectionToken<CacheStorage>;
import { InjectionToken } from '@angular/core';
export declare const WA_CRYPTO: InjectionToken<Crypto>;
/**
* @deprecated: drop in v5.0, use {@link WA_CRYPTO}
*/
export declare const CRYPTO: InjectionToken<Crypto>;

@@ -7,3 +7,7 @@ import { InjectionToken } from '@angular/core';

}
declare const TOKEN_CSS: InjectionToken<typeof CSS>;
export declare const WA_CSS: InjectionToken<typeof CSS>;
/**
* @deprecated: drop in v5.0, use {@link WA_CSS}
*/
export declare const TOKEN_CSS: InjectionToken<typeof CSS>;
export { TOKEN_CSS as CSS };
import { InjectionToken } from '@angular/core';
export declare const WA_HISTORY: InjectionToken<History>;
/**
* @deprecated: drop in v5.0, use {@link WA_HISTORY}
*/
export declare const HISTORY: InjectionToken<History>;
import { InjectionToken } from '@angular/core';
export declare const WA_LOCAL_STORAGE: InjectionToken<Storage>;
/**
* @deprecated: drop in v5.0, use {@link WA_LOCAL_STORAGE}
*/
export declare const LOCAL_STORAGE: InjectionToken<Storage>;
import { InjectionToken } from '@angular/core';
export declare const WA_LOCATION: InjectionToken<Location>;
/**
* @deprecated: drop in v5.0, use {@link WA_LOCATION}
*/
export declare const LOCATION: InjectionToken<Location>;
import { InjectionToken } from '@angular/core';
export declare const WA_MEDIA_DEVICES: InjectionToken<MediaDevices>;
/**
* @deprecated: drop in v5.0, use {@link WA_MEDIA_DEVICES}
*/
export declare const MEDIA_DEVICES: InjectionToken<MediaDevices>;
import { InjectionToken } from '@angular/core';
export declare const WA_NAVIGATOR: InjectionToken<Navigator>;
/**
* @deprecated: drop in v5.0, use {@link WA_NAVIGATOR}
*/
export declare const NAVIGATOR: InjectionToken<Navigator>;
import { InjectionToken } from '@angular/core';
export declare const WA_NETWORK_INFORMATION: InjectionToken<any>;
/**
* @deprecated: drop in v5.0, use {@link WA_NETWORK_INFORMATION}
*/
export declare const NETWORK_INFORMATION: InjectionToken<any>;
import { InjectionToken } from '@angular/core';
import type { Observable } from 'rxjs';
export declare const WA_PAGE_VISIBILITY: InjectionToken<Observable<boolean>>;
/**
* @deprecated: drop in v5.0, use {@link WA_PAGE_VISIBILITY}
*/
export declare const PAGE_VISIBILITY: InjectionToken<Observable<boolean>>;
import { InjectionToken } from '@angular/core';
export declare const WA_PERFORMANCE: InjectionToken<Performance>;
/**
* @deprecated: drop in v5.0, use {@link WA_PERFORMANCE}
*/
export declare const PERFORMANCE: InjectionToken<Performance>;
import { InjectionToken } from '@angular/core';
export declare const WA_SCREEN: InjectionToken<Screen>;
/**
* @deprecated: drop in v5.0, use {@link WA_SCREEN}
*/
export declare const SCREEN: InjectionToken<Screen>;
import { InjectionToken } from '@angular/core';
export declare const WA_SESSION_STORAGE: InjectionToken<Storage>;
/**
* @deprecated: drop in v5.0, use {@link WA_SESSION_STORAGE}
*/
export declare const SESSION_STORAGE: InjectionToken<Storage>;
import { InjectionToken } from '@angular/core';
export declare const WA_SPEECH_RECOGNITION: InjectionToken<any>;
/**
* @deprecated: drop in v5.0, use {@link WA_SPEECH_RECOGNITION}
*/
export declare const SPEECH_RECOGNITION: InjectionToken<any>;
import { InjectionToken } from '@angular/core';
export declare const WA_SPEECH_SYNTHESIS: InjectionToken<SpeechSynthesis>;
/**
* @deprecated: drop in v5.0, use {@link WA_SPEECH_SYNTHESIS}
*/
export declare const SPEECH_SYNTHESIS: InjectionToken<SpeechSynthesis>;
import { InjectionToken } from '@angular/core';
export declare const WA_USER_AGENT: InjectionToken<string>;
/**
* @deprecated: drop in v5.0, use {@link WA_USER_AGENT}
*/
export declare const USER_AGENT: InjectionToken<string>;
import { InjectionToken } from '@angular/core';
export declare const WA_WINDOW: InjectionToken<Window>;
/**
* @deprecated: drop in v5.0, use {@link WA_WINDOW}
*/
export declare const WINDOW: InjectionToken<Window>;

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

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc