
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.
Para la version de Angular 6.x es necesario instalar
$ npm i rxjs-compat --save
Un componente que nos permite BUSCAR
tweets mediante el API de Twitter.
Esta componente trabaja con la libreria CodeBird a la cual debemos inviar los ComsumerKey's
que obtenemos al crear una app en Twitter
$ npm install ngx-tweetx --save
/app.module.ts
import { NgxTweetModule } from 'ngx-tweetx';
@NgModule({
declarations: [
...
],
imports: [
...
NgxTweetModule
],
providers: [...],
bootstrap: [...]
})
export class AppModule { }
/app.component.html o vista a la cual integraremos
<ngx-tweet
[consumerKey]="consumerKey"
[consumerKeyPrivate]="consumerKeyPrivate"
(getResults)="getResults($event)"
[query]="q"
[order]="orderBy"
[display]="displayTweet"
>
</ngx-tweet>
Input | Descripción | Default |
---|---|---|
consumerKey | Valor Proporcionado por la APP de Twitter | |
consumerKeyPrivate | Valor Proporcionado por la APP de Twitter |
El componente puede ser controlado desde un Componente externo para realizar las búsquedas sin necesidad de utilizar el buscador del mismo componente, de la misma manera tambien podemos aplicar filtor desde un componente externo.
Input | Descripción | Default |
---|---|---|
query | Objeto que contiene que le texto a buscar y tambien contiene el tipo de busqueda que realizara | |
order | El Orden por el cual se mostrara al lista de Tweets, puede tomar los valores : "created", "favorite","retweet" | created |
display | Si queremos solo obterner los datos y no renderizar los tweets podemos contralar la visualizacion con esta propiedad | false |
Output | Descripción | Default |
---|---|---|
getResults | Obteniendo una búsqueda realizada nos devolvera el resultado de dicha búsqueda |
FAQs
## Version
The npm package ngx-tweetx receives a total of 1 weekly downloads. As such, ngx-tweetx popularity was classified as not popular.
We found that ngx-tweetx 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.