Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
In order to build jStat, you need to have GNU make 3.8 or later, Node.js 0.2 or later, and git 1.7 or later. (Earlier versions might work OK, but are not tested.)
Windows users have two options:
Mac OS users should install Xcode (comes on your Mac OS install DVD, or downloadable from
Apple's Xcode site) and
http://mxcl.github.com/homebrew/. Once Homebrew is installed, run brew install git
to install git,
and brew install node
to install Node.js.
Linux/BSD users should use their appropriate package managers to install make, git, and node, or build from source if you swing that way.
First, clone a copy of the jStat git repo by running git clone git://github.com/jstat/jstat.git
.
To download all necessary libraries run npm install
.
Then, to get a complete, minified version of jStat and all documentation, simply cd
to the jstat
directory and
type make
. If you don't have Node installed and/or want to make a basic, uncompressed, unlinted version of jstat,
use make jstat
instead of make
.
The built version of jStat will be put in the dist/
subdirectory.
Generate just the documentation by running make doc
. Documentation will be placed in dist/docs
by default.
To remove all built files, run make clean
.
Execute all tests by running make test
.
Or if you wish to run a specific test, cd
to test/<subdir>
and run node <some_test>-test.js
.
Both the minified and unminified source are located in the dist/
directory. For those who don't want to build
it themselves.
jStat is now going to follow most of the v8 JavaScript guidelines. There will be plenty of source that uses the old style, but we're going to work away from that.
Also, we'll be going through and reimplementing a good portion of the code to run faster. Hopefully it won't take too long to get the project on one basic standard.
We always like discussion of how to improve jStat. Join us at our mailing list and let us know what you'd like to see. Also come ask questions in the #jstat channel on irc.freenode.net.
The library is hosted on jsDelivr using the follwing url:
//cdn.jsdelivr.net/jstat/<version>/jstat.min.js
FAQs
Statistical Library for JavaScript
The npm package jStat receives a total of 0 weekly downloads. As such, jStat popularity was classified as not popular.
We found that jStat 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.