Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@ngx-loading-bar/router
Advanced tools
A fully automatic loading bar with zero configuration for angular app (http, http-client and router).
npm install @ngx-loading-bar/router --save
LoadingBarRouterModule
:import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { RouterModule } from '@angular/router';
import { LoadingBarRouterModule } from '@ngx-loading-bar/router';
import { AppComponent } from './app';
@NgModule({
imports: [
BrowserModule,
RouterModule.forRoot(...),
LoadingBarRouterModule,
],
declarations: [ AppComponent ],
bootstrap: [ AppComponent ],
})
export class AppModule {
}
ngx-loading-bar
in your app component:import { Component } from '@angular/core';
@Component({
selector: 'app',
template: `
...
<ngx-loading-bar></ngx-loading-bar>
`,
})
export class AppComponent {}
@angular/common/http
requests.@angular/http
requests.5.0.0 (2020-06-20)
core: The library now requires Angular 9
core: The loading bar internal selectors has been changed:
Before:
<ngx-loading-bar>
<div id="loading-bar-spinner"><div class="spinner-icon"></div></div>
<div id="loading-bar"><div class="bar"><div class="peg"></div></div></div>
</ngx-loading-bar>
After:
<ngx-loading-bar>
<div class="ngx-bar"></div>
<div class="ngx-spinner"><div class="ngx-spinner-icon"></div></div>
</ngx-loading-bar>
<a name="4.2.0"></a>
FAQs
Automatic page loading / progress bar for Angular
The npm package @ngx-loading-bar/router receives a total of 17,852 weekly downloads. As such, @ngx-loading-bar/router popularity was classified as popular.
We found that @ngx-loading-bar/router 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.