Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@nebular/security
Advanced tools
5.0.0 (2020-03-09)
requireValidToken
set to true by default.
Now if response contains invalid token NbAuthIllegalTokenError
is thrown.
To enable old behavior, set requireValidToken: false
in the auth strategy method config, e.g.:NbPasswordAuthStrategy.setup({
// ...
login: {
// ...
requireValidToken: false,
},
});
or
NbOAuth2AuthStrategy.setup({
// ...
authorize: {
// ...
requireValidToken: false,
},
});
Badge, button, progress bar, toastr components now use basic status as a default.
calendar:
NbCalendarHeaderComponent
removed. Along with that showHeader
property removed from following components:
NbBaseCalendarComponent
NbCalendarRangeComponent
NbCalendarComponent
NbBasePicker
NbBasePickerComponent
medium
and size-medium
css classes were removed along with medium
/isMedium
properties from the following classes:
NbCalendarDayPickerComponent
NbCalendarMonthPickerComponent
NbCalendarYearPickerComponent
NbBaseCalendarComponent
NbCalendarWeekNumberComponent
Properties date
, changeMode
, isRtl
removed from NbCalendarPageableNavigationComponent
File nb-calendar-week-number.component
renamed to calendar-week-number.component
YEARS_IN_VIEW, YEARS_IN_ROW
constants removed. Use NbCalendarYearModelService
s getYearsInView
and getRowInView
methods.
NbCalendarNavigationComponent
replaced with NbCalendarViewModeComponent
.
initYears
method removed from NbCalendarYearPickerComponent
.
calendar-range-cells.ts
file split into calendar-range-day-cell.component.ts
, calendar-range-month-cell.component.ts
and calendar-range-year-cell.component.ts
.
Following theme properties were removed:
calendar-body-height
calendar-header-text-color
calendar-header-text-font-family
calendar-header-title-text-font-size
calendar-header-title-text-font-weight
calendar-header-title-text-line-height
calendar-header-sub-title-text-font-size
calendar-header-sub-title-text-font-weight
calendar-header-sub-title-text-line-height
calendar-navigation-button-width
calendar-large-body-height
calendar-cell-in-range-background-color
calendar-cell-disabled-background-color
datepicker-text-color
datepicker-arrow-size
cdk: NbPlatform and NbScrollStrategyOptions from theme/components/cdk/overlay/mapping.ts removed. Use NbPlatform from theme/components/cdk/platform/platform-service.ts and NbScrollStrategyOptions from theme/components/cdk/adapter/block-scroll-strategy-adapter.ts. NbPlatformModule removed.
select: select-option-*
theme properties renamed to option-
. nb-option
and nb-option-group
components moved to own options
directory.
select: Generic value type removed from NbSelectComponent.
Angular: Nebular packages now require Angular 9+.
tslib: We no longer have a direct dependency on tslib. Instead it is now listed a peerDependency. This matches Angular framework. Users not using the Angular CLI will need to manually install tslib via:
yarn add tslib
# or
npm install tslib --save
<a name="4.6.0"></a>
FAQs
@nebular/security
The npm package @nebular/security receives a total of 5,665 weekly downloads. As such, @nebular/security popularity was classified as popular.
We found that @nebular/security 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.