![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
ember-cli-pace
Advanced tools
Pace.js load progress bar for Ember apps, incl. Flash-like initial script lazy loading
Using latest Ember-cli, run the command:
ember install ember-cli-pace
or for older versions:
npm install ember-cli-pace && ember g pace
Due to application scripts loading may take some time (especially, using mobile networks or ADSL), Ember-cli-pace can load them asynchronously displaying correctly computed progress bar. To enable that feature, just change src
attribute to pace-src
in your app.html
.
<script pace-src="assets/vendor.js"></script>
<script pace-src="assets/app.js"></script>
Therefore, the scripts will be loaded via AJAX, which allows to compute loaded vs total bytes ratio. If your scripts are located on separate host, please note CORS policy.
All options, excluding color
and theme
related to the addon, are documented on http://github.hubspot.com/pace/.
var ENV = {
pace: {
// addon-specific options to configure theme
theme: 'material',
color: 'blue',
// pace-specific options
// learn more on http://github.hubspot.com/pace/#configuration
catchupTime: 50,
initialRate: .01,
minTime: 100,
ghostTime: 50,
maxProgressPerFrame: 20,
easeFactor: 1.25,
startOnPageLoad: true,
restartOnPushState: true,
restartOnRequestAfter: 500,
target: 'body',
elements: {
checkInterval: 100,
selectors: ['body', '.ember-view']
},
eventLag: {
minSamples: 10,
sampleCount: 3,
lagThreshold: 3
},
ajax: {
trackMethods: ['GET', 'POST', 'DELETE', 'OPTIONS'],
trackWebSockets: true,
ignoreURLs: []
}
}
};
This addon is bundled with Material spinner theme, which is set by default. See it on demo page.
Pace.js originally provides 14 progress bar themes in 10 colors. See the progress bars and spinners in action: http://github.hubspot.com/pace/docs/welcome/
More details on Pace events, methods and configuration could be found on http://github.hubspot.com/pace/
git clone
this repositorynpm install
bower install
ember server
For more information on using ember-cli, visit http://www.ember-cli.com/.
FAQs
Pace.js load progress bar for Ember apps, incl. Flash-like initial script lazy loading
The npm package ember-cli-pace receives a total of 0 weekly downloads. As such, ember-cli-pace popularity was classified as not popular.
We found that ember-cli-pace demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.