Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
oprime-montage
Advanced tools
OPrime HTML5 Experimentation libraries written in MontageJS
Install the module with: npm install oprime-montage
var OPrime = require('OPrime');
var experiment = new OPrime.Experiment();
experiment.run();
Download the production version or the development version.
In your web page:
<script src="dist/oprime-montage.min.js"></script>
<script>
var experiment = new Experiment();
experiment.run();
</script>
In your code, you can attach OPrime's methods to any object.
<script>
var exports = Bocoup.utils;
</script>
<script src="dist/oprime-montage.min.js"></script>
<script>
var experiment = new Bocoup.utils.Experiment();
experiment.run();
</script>
The template contains the following files and directories:
index.html
package.json
– Describes your app and its dependenciesREADME.markdown
– This readme. Replace the current content with a description of your appui/
– Directory containing all the UI .reel directories.
main.reel
– The main interface componentcore/
– Directory containing all core code for your app.node_modules/
– Directory containing all npm packages needed, including Montage. Any packages here must be included as dependencies
in package.json
for the Montage require to find them.assets/
– Assets such as global styles and images for your apptest/
– Directory containing tests for your app.
all.js
– Module that point the test runner to all your jasmine specs.run-tests.html
– Page to run jasmine tests manually in your browserCreate the following directories if you need them:
locale/
– Directory containing localized content.scripts/
– Directory containing other JS libraries. If a library doesn’t support the CommonJS "exports" object it will need to be loaded through a <script>
tag.See test directory
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Also, please don't edit files in the "dist" subdirectory as they are generated via Grunt. You'll find source code in the "lib" subdirectory!
Currently in feasibilty study...
Copyright (c) 2013
Licensed under the Apache, 2.0 licenses.
FAQs
OPrime HTML5 Experimentation libraries written in MontageJS
The npm package oprime-montage receives a total of 2 weekly downloads. As such, oprime-montage popularity was classified as not popular.
We found that oprime-montage 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.