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

ng-configcat-publicapi-ui

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-configcat-publicapi-ui - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

1

lib/_services/public-api.service.d.ts

@@ -17,4 +17,5 @@ import { HttpClient } from '@angular/common/http';

createSegmentsService(basicAuthUsername?: string | null, basicAuthPassword?: string | null, basePath?: string | null): SegmentsService;
getDashboardBasePath(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<PublicApiService, [null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<PublicApiService>;
}

3

lib/authorization/authorization.component.d.ts

@@ -11,2 +11,3 @@ import { OnInit, EventEmitter } from '@angular/core';

basePath: null;
integrationName: string;
authorized: EventEmitter<any>;

@@ -18,3 +19,3 @@ FormHelper: typeof FormHelper;

static ɵfac: i0.ɵɵFactoryDeclaration<AuthorizationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AuthorizationComponent, "configcat-authorization", never, { "basePath": "basePath"; }, { "authorized": "authorized"; }, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AuthorizationComponent, "configcat-authorization", never, { "basePath": "basePath"; "integrationName": "integrationName"; }, { "authorized": "authorized"; }, never, never>;
}

@@ -6,4 +6,5 @@ import * as i0 from "@angular/core";

basePath: string;
dashboardBasePath: string;
static ɵfac: i0.ɵɵFactoryDeclaration<Configuration, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Configuration>;
}

@@ -26,2 +26,3 @@ import { OnInit, EventEmitter } from '@angular/core';

segments: SegmentListModel[];
dashboardBasePath: string;
constructor(publicApiService: PublicApiService);

@@ -28,0 +29,0 @@ ngOnInit(): void;

@@ -14,2 +14,6 @@ import { OnInit, EventEmitter, OnDestroy, OnChanges } from '@angular/core';

private dialog;
productId: string;
environmentId: string;
configId: string;
dashboardBasePath: string;
canEditSetting: boolean;

@@ -49,3 +53,3 @@ canDeleteSetting: boolean;

static ɵfac: i0.ɵɵFactoryDeclaration<SettingListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SettingListComponent, "configcat-setting-list", never, { "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "onSave": "onSave"; "loadSettingValues": "loadSettingValues"; "loadSegments": "loadSegments"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; "formValuesChanged": "formValuesChanged"; }, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SettingListComponent, "configcat-setting-list", never, { "productId": "productId"; "environmentId": "environmentId"; "configId": "configId"; "dashboardBasePath": "dashboardBasePath"; "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "onSave": "onSave"; "loadSettingValues": "loadSettingValues"; "loadSegments": "loadSegments"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; "formValuesChanged": "formValuesChanged"; }, never, never>;
}

@@ -9,2 +9,6 @@ import { OnInit, EventEmitter, ChangeDetectorRef } from '@angular/core';

private cdRef;
dashboardBasePath: string;
productId: string;
environmentId: string;
configId: string;
formGroup: FormGroup;

@@ -41,4 +45,5 @@ readOnly: boolean;

deleteSetting(): void;
getDashboardUrl(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<SettingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SettingComponent, "setting", never, { "formGroup": "formGroup"; "readOnly": "readOnly"; "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; "segments": "segments"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; }, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SettingComponent, "setting", never, { "dashboardBasePath": "dashboardBasePath"; "productId": "productId"; "environmentId": "environmentId"; "configId": "configId"; "formGroup": "formGroup"; "readOnly": "readOnly"; "canEditSetting": "canEditSetting"; "canDeleteSetting": "canDeleteSetting"; "deleteSettingText": "deleteSettingText"; "showEnvironmentName": "showEnvironmentName"; "segments": "segments"; }, { "editSettingRequested": "editSettingRequested"; "deleteSettingRequested": "deleteSettingRequested"; }, never, never>;
}
{
"name": "ng-configcat-publicapi-ui",
"version": "2.7.0",
"version": "2.8.0",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^13.2.0",

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