
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
The Alooma JavaScript Library is a set of methods attached to a global Alooma
object
intended to be used by websites wishing to send data to Alooma projects. A full reference
is available here.
alooma-js
is also available via front-end package manager Bower. After installing Bower, fetch into your project's bower_components
dir with:
bower install alooma
You can then load the lib via the embed code (snippet) with a script reference:
<script src="bower_components/alooma/alooma-jslib-snippet.min.js"></script>
which loads the latest library version from the Alooma CDN (http://cdn.alooma.com/libs/alooma-latest.min.js).
If you wish to load the specific version downloaded in your Bower package, there are two options.
ALOOMA_CUSTOM_LIB_URL
var:<script>
window.ALOOMA_CUSTOM_LIB_URL = 'bower_components/alooma/alooma.js';
</script>
<script src="bower_components/alooma/alooma-jslib-snippet.min.js"></script>
or
ALOOMA_LIB_URL
using Closure Compiler:java -jar compiler.jar --js alooma-jslib-snippet.js --js_output_file alooma-jslib-snippet.min.js --compilation_level ADVANCED_OPTIMIZATIONS --define='ALOOMA_LIB_URL="bower_components/alooma/alooma.js"'
npm install
npm start
In the future we plan to automate the last step with a headless browser to streamline development (although Alooma production releases are tested against a large matrix of browsers and operating systems).
FAQs
The official Alooma JavaScript browser client library
The npm package alooma-js receives a total of 2 weekly downloads. As such, alooma-js popularity was classified as not popular.
We found that alooma-js 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.