Socket
Socket
Sign inDemoInstall

@eduzz/apps-toolbar

Package Overview
Dependencies
Maintainers
4
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduzz/apps-toolbar - npm Package Compare versions

Comparing version 1.4.26 to 1.4.27

2

package.json
{
"name": "@eduzz/apps-toolbar",
"version": "1.4.26",
"version": "1.4.27",
"private": false,

@@ -5,0 +5,0 @@ "main": "./index.js",

interface Window {
Eduzz?: any;
EduzzAppsToolbar: (params: IEduzzToolbarSetupParams) => void;
EduzzAppsToolbar: (
params: IEduzzToolbarSetupParams
) => {
setUser(clearUser: null): void;
setUser(
accessKey: string,
eduzzUserId: number,
eduzzEmail: string,
isSupport: boolean = null,
supportId: number = null
): void;
show(): void;
hide(): void;
};
}

@@ -19,4 +32,5 @@

interface IEduzzToolbarSetupParams {
application?: typeEduzzToolbarApplications;
show: boolean;
application: typeEduzzToolbarApplications;
applicationUrls?: { [key in typeEduzzToolbarApplications]: string };
}

Sorry, the diff of this file is too big to display

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