Socket
Socket
Sign inDemoInstall

windows-plus-utilities

Package Overview
Dependencies
12
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

8

main-menu/components/menu/menu.component.d.ts

@@ -1,2 +0,2 @@

import { OnInit } from '@angular/core';
import { EventEmitter, OnInit } from '@angular/core';
import { ActionLink } from '../../util/interface/action-link/action-link.interface';

@@ -12,3 +12,3 @@ import * as i0 from "@angular/core";

*/
navigateToHome: () => void;
navigateToHome: EventEmitter<void>;
/**

@@ -21,3 +21,3 @@ * @description whether the log out link button should be displayed in the menu

*/
navigateToLogIn: () => void;
navigateToLogIn: EventEmitter<void>;
/**

@@ -68,3 +68,3 @@ * @description the privileges associated with the logged in account

static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "wp-menu", never, { "showHome": "showHome"; "navigateToHome": "navigateToHome"; "showLogOut": "showLogOut"; "navigateToLogIn": "navigateToLogIn"; "privileges": "privileges"; }, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "wp-menu", never, { "showHome": "showHome"; "showLogOut": "showLogOut"; "privileges": "privileges"; }, { "navigateToHome": "navigateToHome"; "navigateToLogIn": "navigateToLogIn"; }, never, never, false>;
}
{
"name": "windows-plus-utilities",
"version": "0.0.11",
"version": "0.0.12",
"peerDependencies": {

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

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