Socket
Socket
Sign inDemoInstall

@eduzz/apps-toolbar

Package Overview
Dependencies
Maintainers
7
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 3.0.16 to 3.0.17

2

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

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

@@ -53,24 +53,9 @@ # Eduzz Apps Toolbar

interface IEduzzToolbarSetupParams {
show: boolean; // default false
application?: 'nutror'
| 'blinket'
| 'orbita'
| 'sun'
| 'jobzz'
| 'telescope'
| 'safevideo'
| 'alumy'
| 'orbit-pages'; // default null
applicationUrls?: { [key in typeEduzzToolbarApplications]: string }; // override application urls
env?: 'production' | 'homolog' | 'development'; // default production
disableChat?: boolean; // default false, pode ser alterado depois, apenas para black+
user?: { // default null, pode ser alterado depois
id: number;
email: string;
belt?: string;
isSupport?: boolean;
supportId?: number;
isClubeBlack?: boolean;
};
show: boolean;
application?: typeEduzzToolbarApplications;
applicationUrls?: { [key in typeEduzzToolbarApplications]: string };
env?: 'production' | 'homolog' | 'development';
disableChat?: boolean;
disableUser?: boolean;
user?: IEduzzToolbarUser;
}

@@ -86,3 +71,5 @@

disableChat(): void;
setQuickAccess: (element: IEduzzToolbarQuickAccess) => void;
setUserMenu: (items: IEduzzToolbarUserMenu[]) => void;
};
```
```

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