
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@123samir/gonna-build-a-mountain-po-code-editor
Advanced tools
O PO Code Editor é uma biblioteca Angular de componente para edição de código fonte.
Tem dependência das bibliotecas:
Instalando com npm:
npm install @po-ui/ng-code-editor
Caso prefira instalar com o yarn:
yarn add @po-ui/ng-code-editor
Para maiores informações, acesse documentação do PO Code Editor.
4.0.0 (2020-12-07)
Atualize seu projeto para utilizar a versão 11 do Angular, acesse a documentação Guia de Atualização do Angular para fazer a migração completa.
Veja nossa documentação para fazer a migração para a versão 4.
PoPageFilter.ngModel
Foi removida a propriedade PoPageFilter.ngModel
e as propriedades action
e
advancedAction
foram alteradas e passam a aceitar somente o tipo Function deixando de aceitar o tipo string.
Antes:
readonly filterSettings: PoPageFilter = {
action: 'filterAction',
advancedAction: 'advancedFilterActionModal',
ngModel: 'labelFilter',
placeholder: 'Search'
};
Depois:
readonly filterSettings: PoPageFilter = {
action: this.filterAction.bind(this),
advancedAction: this.advancedFilterActionModal.bind(this),
placeholder: 'Search'
};
PoPageLoginLiterals.title
Foi removida a propriedade PoPageLoginLiterals.title
do po-page-login
pois o
mesmo deve ser definido através do uso da propriedade p-product-name
.
Antes:
<po-page-login [p-literals]='{"title": "Nome do meu produto"}'></po-page-login>
Depois:
<po-page-login p-product-name="Nome do meu produto"></po-page-login>
axisXGridLines
para gridLines
Antes:
<po-chart [p-options]="{ axis: { axisXGridLines: 8 } }"></po-chart>
Depois:
<po-chart [p-options]="{ axis: { gridLines: 8 } }"></po-chart>
p-validate
quando utilizado po-lookup
(67202de)PoPageFilter.ngModel
(6ff7def)PoPageLoginLiterals.title
(b1b5a42)axisXGridLines
para gridLines
(91d3943)label
e data
e deprecia value
e category
(e739e2d)p-min
e p-max
(300cae0)p-auto-collapse
(b6df125), closes #167p-logo
(e7a89e8)axisXGridLines
no ng-update
(d669954)bar
(285a41e)FAQs
PO UI - Code Editor
The npm package @123samir/gonna-build-a-mountain-po-code-editor receives a total of 6 weekly downloads. As such, @123samir/gonna-build-a-mountain-po-code-editor popularity was classified as not popular.
We found that @123samir/gonna-build-a-mountain-po-code-editor 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.