Socket
Book a DemoInstallSign in
Socket

alooma-js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alooma-js

The official Alooma JavaScript browser client library

1.0.0
latest
Source
npmnpm
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Alooma JavaScript Library

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.

Alternative installation via Bower

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

Using Bower to load the snippet

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).

Using Bower to load the entire library

If you wish to load the specific version downloaded in your Bower package, there are two options.

  • Override the CDN library location with the global 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

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"'

Running tests

  • Install development dependencies: npm install
  • Start test server: npm start
  • Browse to http://localhost:3000/tests/ and choose a scenario to run

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

Package last updated on 17 Dec 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.