Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@nebular/bootstrap
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/bootstrap
The npm package @nebular/bootstrap receives a total of 0 weekly downloads. As such, @nebular/bootstrap popularity was classified as not popular.
We found that @nebular/bootstrap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.