
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.
ng-marquee-improved
Advanced tools
Angular 7/8 CSS-based Scrolling Marquee (e.g. stock/news ticker, scrolling marquee)
[originally forked from https://github.com/shivarajnaidu/ng-marquee to address this issue]
npm install ng-marquee-improved --save
# OR
yarn add ng-marquee-improved
import { BrowserModule } from "@angular/platform-browser";
import { NgModule } from "@angular/core";
import { NgMarqueeModule } from "ng-marquee-improved";
import { AppComponent } from "./app.component";
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, NgMarqueeModule],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {}
<ng-marquee>
<mark>Hello, World....</mark>
</ng-marquee>
marqueeId
property should be a unique string across all instances of ng-marquee in the DOM
duration
property available for controlling speed of text movement
(default value is 25 in seconds)
<ng-marquee duration="30" marqueeId="qwerty123">
<mark>Hello, World....</mark>
</ng-marquee>
FAQs
Angular 7/8 CSS-based Scrolling Marquee
The npm package ng-marquee-improved receives a total of 14 weekly downloads. As such, ng-marquee-improved popularity was classified as not popular.
We found that ng-marquee-improved 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.