
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
angular-process-indicators
Advanced tools
Custom errors for Node.js.
# Install module
$ npm i -S angular-process-indicators
// Add to the app
angular.module('MyApp', ['angular-progress-indicators']);
The animated process indicator is helpful when you need to load/save your data. To make it work insert animated-process-indicators
into your template, and initialize is-visible
attribute. When it's true, the indicator is shown, otherwise hiden.
<animated-process-indicators is-visible="$ctrl.isLoading"></animated-process-indicators>
<div ng-if="!$ctrl.isLoading">Data is loaded!</div>
The button with process indicator can be used when you need to display a process indicator until the asynchronous process is not finished. Insert button-process-indicator
component into your template and set button-css-class
, button-text
, is-processing
and action
attributes.
<button-process-indicator
button-css-class="btn btn-default btn-primary"
button-text="Save"
is-processing="$ctrl.isSaving"
action="$ctrl.save()">
</button-process-indicator>
animated-process-indicators
button-process-indicator
Alexander Mac
FAQs
Angular 1+ process indicator components
The npm package angular-process-indicators receives a total of 4 weekly downloads. As such, angular-process-indicators popularity was classified as not popular.
We found that angular-process-indicators 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
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.