Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/angular-feature-flags

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/angular-feature-flags - npm Package Compare versions

Comparing version
1.4.9
to
1.4.10
+3
-3
angular-feature-flags/index.d.ts

@@ -31,3 +31,3 @@ /// <reference types="angular" />

export interface FeatureFlagsProvider {
setInitialFlags(flags: ReadonlyArray<FlagData>): void;
setInitialFlags(flags: readonly FlagData[]): void;
}

@@ -38,4 +38,4 @@

flagsPromise:
| ng.IPromise<ReadonlyArray<FlagData>>
| ng.IHttpPromise<ReadonlyArray<FlagData>>,
| ng.IPromise<readonly FlagData[]>
| ng.IHttpPromise<readonly FlagData[]>,
): void;

@@ -42,0 +42,0 @@ }

{
"name": "@types/angular-feature-flags",
"version": "1.4.9",
"version": "1.4.10",
"description": "TypeScript definitions for angular-feature-flags",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-feature-flags",

},
"typesPublisherContentHash": "4836a368945243a8c0b48fe00c7f0e8f8277654db233095b8b0451e9e69ad543",
"typesPublisherContentHash": "bf5fb59a7a726c16989c35b87d2f1282396c7a1178a42a995a528b9a416a526e",
"typeScriptVersion": "4.5"
}

@@ -41,3 +41,3 @@ # Installation

export interface FeatureFlagsProvider {
setInitialFlags(flags: ReadonlyArray<FlagData>): void;
setInitialFlags(flags: readonly FlagData[]): void;
}

@@ -48,4 +48,4 @@

flagsPromise:
| ng.IPromise<ReadonlyArray<FlagData>>
| ng.IHttpPromise<ReadonlyArray<FlagData>>,
| ng.IPromise<readonly FlagData[]>
| ng.IHttpPromise<readonly FlagData[]>,
): void;

@@ -59,3 +59,3 @@ }

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT
* Dependencies: [@types/angular](https://npmjs.com/package/@types/angular)

@@ -62,0 +62,0 @@