Socket
Socket
Sign inDemoInstall

@eduzz/apps-toolbar-react

Package Overview
Dependencies
72
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.27 to 1.1.28

.skip-release

5

dist/App.d.ts
/// <reference types="react" />
import { IEduzzToolbarIconMenuProps } from './components/Toolbar/IconMenu';
import { IEduzzToolbarSetupParams } from './interfaces';
declare const _default: import("react").FC<IEduzzToolbarSetupParams> & {
interface IProps extends IEduzzToolbarSetupParams {
children?: React.ReactNode;
}
declare const _default: import("react").FC<IProps> & {
IconMenu: import("react").FC<IEduzzToolbarIconMenuProps>;

@@ -6,0 +9,0 @@ Apps: import("@emotion/styled").StyledComponent<Pick<import("./interfaces/styles").IStylesProps, "className"> & {

2

dist/index.js

@@ -22,5 +22,5 @@ "use strict";

};
return ((0, jsx_runtime_1.jsxs)(App_1.default, tslib_1.__assign({}, params, { children: [(0, jsx_runtime_1.jsx)(IconMenu, { onClick: toggleMobileMenu }), (0, jsx_runtime_1.jsx)(Apps, {}), (0, jsx_runtime_1.jsxs)(User, { children: [(0, jsx_runtime_1.jsx)(MenuItem, { children: "Meus Dados" }), (0, jsx_runtime_1.jsx)(MenuItem, { children: "Minhas Compras" }), (0, jsx_runtime_1.jsx)(Divider, {}), (0, jsx_runtime_1.jsx)(MenuItem, { children: "Sair" })] })] })));
return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsxs)(App_1.default, tslib_1.__assign({}, params, { children: [(0, jsx_runtime_1.jsx)(IconMenu, { onClick: toggleMobileMenu }), (0, jsx_runtime_1.jsx)(Apps, {}), (0, jsx_runtime_1.jsxs)(User, { children: [(0, jsx_runtime_1.jsx)(MenuItem, { children: "Meus Dados" }), (0, jsx_runtime_1.jsx)(MenuItem, { children: "Minhas Compras" }), (0, jsx_runtime_1.jsx)(Divider, {}), (0, jsx_runtime_1.jsx)(MenuItem, { children: "Sair" })] })] })), new Array(150).fill('a').map(function (_, index) { return ((0, jsx_runtime_1.jsxs)("p", { children: [index, ". linha"] }, index)); })] }));
}
react_dom_1.default.render((0, jsx_runtime_1.jsx)(DevApp, {}), document.getElementById('root'));
exports.default = App_1.default;
{
"name": "@eduzz/apps-toolbar-react",
"version": "1.1.27",
"version": "1.1.28",
"private": false,

@@ -5,0 +5,0 @@ "author": "Eduzz Team",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc