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

@eduzz/apps-toolbar

Package Overview
Dependencies
Maintainers
5
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.36 to 1.5.0

2

index.js

@@ -5,3 +5,3 @@ export default function EduzzToolbarSetup(params) {

script.async = true;
script.src = 'https://unpkg.com/@eduzz/apps-toolbar@^1.4.36/build/widget.js';
script.src = 'https://unpkg.com/@eduzz/apps-toolbar@^1.5.0/build/widget.js';

@@ -8,0 +8,0 @@ script.onload = () => {

{
"name": "@eduzz/apps-toolbar",
"version": "1.4.36",
"version": "1.5.0",
"private": false,

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

@@ -15,6 +15,7 @@ # Eduzz Apps Toolbar

d.body.append(s);
})(document, 'https://unpkg.com/@eduzz/apps-toolbar@^1.4.28/build/widget.js', function () {
})(document, 'https://unpkg.com/@eduzz/apps-toolbar@^1.5.0/build/widget.js', function () {
var toolbar = window.EduzzAppsToolbar({
application: 'nutror',
show: true //default false
show: true //default false,
env: 'development'
});

@@ -21,0 +22,0 @@

@@ -35,2 +35,3 @@ interface Window {

applicationUrls?: { [key in typeEduzzToolbarApplications]: string };
env: 'production' | 'homolog' | 'development';
}

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