New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

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

opencpu.js

NPM Package for opencpu.js

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

Javascript library for OpenCPU

opencpu.js is a Javascript client library for OpenCPU (www.opencpu.org). It is a foundation for developing OpenCPU apps: R packages containing a web application that calling R functions though the OpenCPU API.

A note about hotlinking

It is better not to hotlink the javascript library straight from github. The library is under active development and the latest version on Github changes rigorously from time to time. If you build apps, please include a copy of jQuery and opencpu.js in the package. For cross domain applications, you can use:

<script src="//code.jquery.com/jquery-1.10.2.min.js"></script> 
<script src="//www.opencpu.org/js/archive/opencpu-0.4.js"></script>

This file will not have any breaking changes. Also note that by not specifying http or https, the browser will automatically use the same protocol as is used to host the webpage, which prevents "mixed content" security problems.

Documentation

The documentation for this library is now available on the OpenCPU website: https://www.opencpu.org/jslib.html

Apps

Example apps that use opencpu.js can be found on the OpenCPU website: https://www.opencpu.org/apps.html

Keywords

OpenCPU

FAQs

Package last updated on 01 Oct 2016

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