Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@nebular/eva-icons
Advanced tools
9.0.0 (2021-12-01)
CSS custom properties mode for theming is enabled by default since Angular dropped support for Internet Explorer and also removed the ability to use node-sass
to compile sass. Read details and how to opt-out here.
This change doesn't affect users who use prebuilt Nebular themes. For prebult themes users we also ship prebuilt themes with custom properties. See usage guide here.
@nebular/theme/styles/_components.scss
file removed. Replace imports from this files with:
@import '@nebular/theme/styles/theming';
@import '@nebular/theme/styles/themes';
layout-window-mode-max-width
, tabset-tab-text-hide-breakpoint
, route-tabset-tab-text-hide-breakpoint
theme properties removed. Migration guide.NbTriggerStrategyBase
's isNotOnHostOrContainer
, isOnHostOrContainer
, isOnHost
, isOnContainer
methods now expect Element
instead of Event
as the first parameter. Pass event.target as Element
instead of event
.NbSidebarComponent.toggleResponsive
method removed. Change method call to sidebar.responsive = !sidebar.responsive
.STATE_EXPANDED
, STATE_COLLAPSED
, STATE_COMPACTED
static properties removed. Use NbSidebarState
type values ('expanded'
, 'collapsed'
, 'compacted'
).RESPONSIVE_STATE_MOBILE
, RESPONSIVE_STATE_TABLET
, RESPONSIVE_STATE_PC
static properties removed. Use NbSidebarResponsiveState
type values ('mobile'
, 'tablet'
, 'pc'
).NbRouteTabsetComponent.tabs
property type changed from any
to NbRouteTab
.NbRouteTabsetComponent.changeTab
property type changed from EventEmitter<any>
to EventEmitter<NbRouteTab>
.tab
parameter type of the NbRouteTabsetComponent.selectTab
method changed from any
to NbRouteTab
.NbScrollableContainerDimentions
class renamed to NbScrollableContainerDimensions
. Use updated class name.NbOAuth2AuthStrategy.buildAuthHeader
return type changed from any
to HttpHeaders | undefined
. If the method is overridden in a derived class, update its return type as well.focusInputOnValueChange
property removed from NbAutocompleteDirective
class. Now autocomplete focuses input only when value is selected by option click or via keyboard.NbRangepickerComponent
's min
, max
properties are expecting Date
(or moment
if using moment adapter) type. filter
function parameter also corrected to Date
.NbDatepicker
now a has second generic D
to use for min
, max
, and filter
arguments. It should be set to Date
or moment
type.noop
(nbContextMenuTrigger="noop"
).13
dateTimeChange
output (#2816) (73a6b5a)routerLinkActiveOptions
per tab (#2907) (276d610)<a name="8.0.0"></a>
FAQs
@nebular/eva-icons
The npm package @nebular/eva-icons receives a total of 7,304 weekly downloads. As such, @nebular/eva-icons popularity was classified as popular.
We found that @nebular/eva-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.