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
2.0.0-rc.6 (2018-02-22)
popover
component (7dbefd6)lazyLoad
property to nb-tab
so that it loads content before it is actually shown (#227) (270995d), closes #144<nb-user [menu]="items"></nb-user>
and use NbContextMenuDirective:
<nb-user [nbContextMenu]="items"></nb-user>
NB_AUTH_TOKEN_WRAPPER_CLASS
renamed to NB_AUTH_TOKEN_CLASS
and you should use useValue
instead of useClass
when providing a token:
{ provide: NB_AUTH_TOKEN_WRAPPER_TOKEN, useClass: NbAuthJWTToken },
to { provide: NB_AUTH_TOKEN_CLASS, useValue: NbAuthJWTToken },
setValue
method removed from NbAuthSimpleToken
, NbAuthJWTToken
, tokens only accept read-only value when created through constructor now.
Token Storage moved out from NbTokenService
into a separate NbTokenStorage
.
If you need to change the storage behavior or provide your own - just extend your class from basic NbTokenStorage
or NbTokenLocalStorage
and provide in your app.module
:
{ provide: NbTokenStorage, useClass: NbTokenCustomStorage },
<a name="2.0.0-rc.5"></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.