This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include
, or for example
via PHP's auto-loading mechanism.
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | export { Badge } from './components/badge'; |
||
0 ignored issues
–
show
|
|||
2 | export { Breadcrumbs, BreadcrumbItem } from './components/breadcrumbs'; |
||
0 ignored issues
–
show
The variable
Breadcrumbs seems to be never declared. If this is a global, consider adding a /** global: Breadcrumbs */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
BreadcrumbItem seems to be never declared. If this is a global, consider adding a /** global: BreadcrumbItem */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
3 | export { Button, Link } from './components/button'; |
||
0 ignored issues
–
show
The variable
Button seems to be never declared. If this is a global, consider adding a /** global: Button */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Link seems to be never declared. If this is a global, consider adding a /** global: Link */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
4 | export { ButtonGroup } from './components/button-group'; |
||
0 ignored issues
–
show
The variable
ButtonGroup seems to be never declared. If this is a global, consider adding a /** global: ButtonGroup */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
5 | export { Callout } from './components/callout'; |
||
0 ignored issues
–
show
The variable
Callout seems to be never declared. If this is a global, consider adding a /** global: Callout */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
6 | export { CloseButton } from './components/close-button'; |
||
0 ignored issues
–
show
The variable
CloseButton seems to be never declared. If this is a global, consider adding a /** global: CloseButton */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
7 | export { Reveal } from './components/reveal'; |
||
0 ignored issues
–
show
The variable
Reveal seems to be never declared. If this is a global, consider adding a /** global: Reveal */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
8 | export { FlexVideo } from './components/flex-video'; |
||
0 ignored issues
–
show
The variable
FlexVideo seems to be never declared. If this is a global, consider adding a /** global: FlexVideo */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
9 | export { Row, Column } from './components/grid'; |
||
0 ignored issues
–
show
The variable
Row seems to be never declared. If this is a global, consider adding a /** global: Row */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Column seems to be never declared. If this is a global, consider adding a /** global: Column */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
10 | export { Block, Inline } from './components/element'; |
||
0 ignored issues
–
show
The variable
Inline seems to be never declared. If this is a global, consider adding a /** global: Inline */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Block seems to be never declared. If this is a global, consider adding a /** global: Block */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
11 | export { Icon } from './components/icon'; |
||
0 ignored issues
–
show
The variable
Icon seems to be never declared. If this is a global, consider adding a /** global: Icon */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
12 | export { Label } from './components/label'; |
||
0 ignored issues
–
show
The variable
Label seems to be never declared. If this is a global, consider adding a /** global: Label */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
13 | export { MediaObject, MediaObjectSection } from './components/media-object'; |
||
0 ignored issues
–
show
The variable
MediaObject seems to be never declared. If this is a global, consider adding a /** global: MediaObject */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
MediaObjectSection seems to be never declared. If this is a global, consider adding a /** global: MediaObjectSection */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
14 | export { Menu, MenuItem, MenuText } from './components/menu'; |
||
0 ignored issues
–
show
The variable
MenuItem seems to be never declared. If this is a global, consider adding a /** global: MenuItem */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Menu seems to be never declared. If this is a global, consider adding a /** global: Menu */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
MenuText seems to be never declared. If this is a global, consider adding a /** global: MenuText */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
15 | export { Pagination, PaginationItem, PaginationPrevious, PaginationNext, PaginationEllipsis } from './components/pagination'; |
||
0 ignored issues
–
show
The variable
PaginationItem seems to be never declared. If this is a global, consider adding a /** global: PaginationItem */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Pagination seems to be never declared. If this is a global, consider adding a /** global: Pagination */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
PaginationNext seems to be never declared. If this is a global, consider adding a /** global: PaginationNext */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
PaginationEllipsis seems to be never declared. If this is a global, consider adding a /** global: PaginationEllipsis */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
PaginationPrevious seems to be never declared. If this is a global, consider adding a /** global: PaginationPrevious */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
16 | export { Progress, ProgressMeter, ProgressMeterWithText, ProgressMeterText, NativeProgress } from './components/progress-bar'; |
||
0 ignored issues
–
show
The variable
ProgressMeter seems to be never declared. If this is a global, consider adding a /** global: ProgressMeter */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
ProgressMeterWithText seems to be never declared. If this is a global, consider adding a /** global: ProgressMeterWithText */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
NativeProgress seems to be never declared. If this is a global, consider adding a /** global: NativeProgress */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Progress seems to be never declared. If this is a global, consider adding a /** global: Progress */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
ProgressMeterText seems to be never declared. If this is a global, consider adding a /** global: ProgressMeterText */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
17 | export { ResponsiveNavigation, TitleBar, MenuIcon, TitleBarTitle } from './components/responsive'; |
||
0 ignored issues
–
show
The variable
TitleBarTitle seems to be never declared. If this is a global, consider adding a /** global: TitleBarTitle */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
MenuIcon seems to be never declared. If this is a global, consider adding a /** global: MenuIcon */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
TitleBar seems to be never declared. If this is a global, consider adding a /** global: TitleBar */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
ResponsiveNavigation seems to be never declared. If this is a global, consider adding a /** global: ResponsiveNavigation */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
18 | export { Switch, SwitchInput, SwitchPaddle, SwitchActive, SwitchInactive } from './components/switch'; |
||
0 ignored issues
–
show
The variable
SwitchPaddle seems to be never declared. If this is a global, consider adding a /** global: SwitchPaddle */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
SwitchInput seems to be never declared. If this is a global, consider adding a /** global: SwitchInput */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Switch seems to be never declared. If this is a global, consider adding a /** global: Switch */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
SwitchInactive seems to be never declared. If this is a global, consider adding a /** global: SwitchInactive */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
SwitchActive seems to be never declared. If this is a global, consider adding a /** global: SwitchActive */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
19 | export { Thumbnail, ThumbnailLink } from './components/thumbnail'; |
||
0 ignored issues
–
show
The variable
ThumbnailLink seems to be never declared. If this is a global, consider adding a /** global: ThumbnailLink */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Thumbnail seems to be never declared. If this is a global, consider adding a /** global: Thumbnail */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
20 | export { Tabs, TabItem, TabsContent, TabPanel } from './components/tabs'; |
||
0 ignored issues
–
show
The variable
Tabs seems to be never declared. If this is a global, consider adding a /** global: Tabs */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
TabPanel seems to be never declared. If this is a global, consider adding a /** global: TabPanel */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
TabItem seems to be never declared. If this is a global, consider adding a /** global: TabItem */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
TabsContent seems to be never declared. If this is a global, consider adding a /** global: TabsContent */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
21 | export { TopBar, TopBarTitle, TopBarLeft, TopBarRight } from './components/top-bar'; |
||
0 ignored issues
–
show
The variable
TopBar seems to be never declared. If this is a global, consider adding a /** global: TopBar */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
TopBarLeft seems to be never declared. If this is a global, consider adding a /** global: TopBarLeft */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
TopBarTitle seems to be never declared. If this is a global, consider adding a /** global: TopBarTitle */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
TopBarRight seems to be never declared. If this is a global, consider adding a /** global: TopBarRight */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
22 | export { Breakpoints, Colors, Sizes, Alignments, FloatTypes, InputTypes } from './enums'; |
||
0 ignored issues
–
show
The variable
Colors seems to be never declared. If this is a global, consider adding a /** global: Colors */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Breakpoints seems to be never declared. If this is a global, consider adding a /** global: Breakpoints */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Sizes seems to be never declared. If this is a global, consider adding a /** global: Sizes */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
Alignments seems to be never declared. If this is a global, consider adding a /** global: Alignments */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
InputTypes seems to be never declared. If this is a global, consider adding a /** global: InputTypes */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() The variable
FloatTypes seems to be never declared. If this is a global, consider adding a /** global: FloatTypes */ comment.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed. To learn more about declaring variables in Javascript, see the MDN. ![]() |
|||
23 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.