Socket
Socket
Sign inDemoInstall

streaming-percentiles

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streaming-percentiles - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

2

package.json
{
"name": "streaming-percentiles",
"version": "2.1.0",
"version": "2.2.0",
"description": "Implementations of various streaming percentile algorithms",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,8 +0,7 @@

# streaming-percentiles-cpp
# streaming-percentiles
This is a C++ library with implementations of various
percentile algorithms on streams of data. Using the
magic of [emscripten](https://github.com/kripken/emscripten),
this package also cross-compiles a JavaScript version of
the streaming percentiles library as well.
This is a library with implementations of various percentile algorithms
on streams of data, with support for the following languages:
- C++
- JavaScript

@@ -46,3 +45,3 @@ For more on streaming percentiles, see [Calculating Percentiles on

```javascript
var sp = require('./streamingPercentiles.v1.min.js');
var sp = require('streaming-percentiles');

@@ -49,0 +48,0 @@ var epsilon = 0.1;

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc