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.
ionic.atlas.progress
Advanced tools
An Ionic progress bar for the Ionic header using the uber style
bower install ionic.atlas.progress
Add the following to your index.html:
<link href="lib/ionic.atlas.progress/dist/ionic.atlas.progress.min.css" rel="stylesheet">
<script src="lib/ionic.atlas.progress/dist/ionic.atlas.progress.min.js"></script>
npm install ionic.atlas.progress
Add the following to your index.html:
<link href="node_modules/ionic.atlas.progress/dist/ionic.atlas.progress.min.css" rel="stylesheet">
<script src="node_modules/ionic.atlas.progress/dist/ionic.atlas.progress.min.js"></script>
Add the plugin to your app:
angular.module('yourApp', ['ionic', 'atlasProgress'])
Now you can use the directive:
<ion-header-bar class="bar-stable">
<h1 class="title">Your App Title</h1>
<atlas-progress class="atlas-progress-positive"></atlas-progress>
</ion-header-bar>
If you want to use a custom color, instead of the Ionic class color scheme, you can do so. Just simply extend the directive with an color attribute:
<atlas-progress color="'#7658f6'"></atlas-progress>
If you at a color attribute and has specified a color with the Ionic class scheme, the color attribute will be used. The Ionic class color scheme will be ignored.
If the color attribute is undefined the specified Ionic class scheme will be used.
The speed of the animation has three states:
You able to change the speed using the speed attribute:
<atlas-progress speed="2" class="atlas-progress-positive"></atlas-progress>
If no speed attribute is added, the default speed will be used.
FAQs
A header progress bar using the style of Uber
We found that ionic.atlas.progress 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.
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.