Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.24 to 1.4.26

2

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

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

@@ -8,4 +8,15 @@ interface Window {

type typeEduzzToolbarApplications =
| 'nutror'
| 'blinket'
| 'orbita'
| 'sun'
| 'jobzz'
| 'telescope'
| 'safevideo'
| 'alumy';
interface IEduzzToolbarSetupParams {
application?: 'nutror' | 'blinket' | 'orbita' | 'sun' | 'jobzz' | 'telescope' | 'safevideo' | 'alumy';
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