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.6 to 1.4.8-alpha.0

16

index.js

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

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

@@ -14,7 +14,9 @@ script.onload = () => {

script.onerror = err => {
import('@eduzz/apps-toolbar/build/widget.js').then(() => {
console.log('@eduzz/apps-toolbar: LOADING FROM FALLBACK')
const toolbar = window.EduzzAppsToolbar(params);
resolve(toolbar);
}).catch(() => reject(err));
import('@eduzz/apps-toolbar/build/widget.js')
.then(() => {
console.log('@eduzz/apps-toolbar: LOADING FROM FALLBACK');
const toolbar = window.EduzzAppsToolbar(params);
resolve(toolbar);
})
.catch(() => reject(err));
};

@@ -24,2 +26,2 @@

});
}
}
{
"name": "@eduzz/apps-toolbar",
"version": "1.4.6",
"version": "1.4.8-alpha.0",
"private": false,

@@ -20,36 +20,34 @@ "main": "./index.js",

},
"dependencies": {},
"dependencies": {
"react-jss": "^10.3.0"
},
"devDependencies": {
"@material-ui/core": "4.9.13",
"@types/jest": "25.2.1",
"@types/node": "13.13.5",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/react-jss": "10.0.0",
"@types/node": "14.0.19",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/validatorjs": "3.15.0",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31",
"@types/yup": "0.29.3",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6",
"axios": "0.19.2",
"concurrently": "5.2.0",
"cross-env": "7.0.2",
"eslint": "6.8.0",
"eslint": "7.4.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "4.0.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.6",
"eslint-plugin-react-native": "3.8.1",
"husky": "4.2.5",
"mdi-react": "7.1.0",
"mdi-react": "7.3.0",
"mock-require": "3.0.3",
"node-sass": "4.14.1",
"prettier": "2.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-jss": "10.1.1",
"react-scripts": "3.4.1",
"typescript": "3.8.3",
"validatorjs": "3.18.1"
"style-loader": "1.2.1",
"typescript": "3.9.6",
"yup": "0.29.1"
},
"resolutions": {
"fsevents": "^2.1.2"
},
"browserslist": {

@@ -56,0 +54,0 @@ "production": [

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

// eslint-disable-next-line @typescript-eslint/interface-name-prefix
interface Window {

@@ -3,0 +2,0 @@ EduzzAppsToolbar: (

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

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