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
7.0.0 (2021-01-18)
deps:
@nebular/fire
requires @angular/fire
6.1.0+ and firebase
8.0.0+.sidebar: Added change detector ref constructor parameter.
checkbox: NbCheckboxComponent.value
and NbCheckboxComponent.valueChange
properties removed. Use checked
and checkedChange
accordingly.
autocomplete: renderer
constructor parameter is now required.
toastr: NbToastrConfig.iconPack
property removed. You can set icon pack via icon
property:
const toastrConfig = {
// ...
icon: { icon: 'star', pack: 'eva' },
}
NbToastComponent.iconPack
and NbToastComponent.iconConfig
properties removed.
Use icon
property instead.
tooltip, popover: Falsy adjustment values no longer become converted to NbAdjustment.NOOP
, pass NbAdjustment.NOOP
instead.
theme: The document parameter in the NbViewportRulerAdapter and NbScrollDispatcherAdapter constructors is now required.
theme: Empty string won't be converted to basic
status anymore. If you used to set status
properties to ''
change it to 'basic'
.
theme: NbPositionedContainer
renamed to NbPositionedContainerComponent
.
auth: ~@nebular/auth/styles/all
file removed. Replace ~@nebular/auth/styles/all
imports with ~@nebular/auth/styles/globals
.
theme::
NbComponentStatus
type replaced with NbComponentOrCustomStatus
in following properties: NbActionComponent.badgeStatus
, NbBadge.status
, NbBadgeComponent.status
, NbButtonComponent.status
, NbAlertComponent.status
, NbCardComponent.status
, NbChatFormComponent.status
, NbChatComponent.status
, NbCheckboxComponent.status
, NbFormFieldControl.status$
, NbFormControlState.status
, NbInputDirective.status
, NbInputDirective.status%
, NbSelectComponent.status
, NbSelectComponent.status$
, NbIconConfig.status
, NbIconComponent.status
, NbProgressBarComponent.status
, NbRadioComponent.status
, NbRadioGroupComponent.status
, NbSpinnerDirective.spinnerStatus
, NbSpinnerComponent.status
, NbTabComponent.badgeStatus
, NbToastrConfig.status
, NbToggleComponent.status
, NbTooltipDirective.status
, NbTooltipComponent.context.status
, NbUserComponent.badgeStatus
.
If you extended listed components replace NbComponentStatus
in the property type with NbComponentOrCustomStatus
.NbBadgeComponent
, NbButtonComponent
, NbAlertComponent
, NbCardComponent
, NbChatComponent
, NbCheckboxComponent
, NbInputDirective
, NbSelectComponent
, NbIconComponent
, NbProgressBarComponent
, NbRadioComponent
, NbSpinnerComponent
, NbToastComponent
, NbToggleComponent
, NbTooltipComponent
constructors now require NbStatusService
as a constructor parameter. If you extended listed components, inject NbStatusService
and pass it to the base class.<a name="6.2.1"></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.