@datadog/sketches-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@datadog/sketches-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript implementation of DDSketch, a distributed quantile sketch algorithm ", | ||
@@ -30,2 +30,3 @@ "license": "Apache-2.0", | ||
"lint": "eslint \"src/**/*.{js,ts}\"", | ||
"prepack": "yarn build", | ||
"typecheck": "tsc --noEmit", | ||
@@ -32,0 +33,0 @@ "generate:proto": "pbjs -t static-module -w commonjs -o src/ddsketch/proto/compiled.js src/ddsketch/proto/DDSketch.proto && pbts -o src/ddsketch/proto/compiled.d.ts src/ddsketch/proto/compiled.js" |
# sketches-js | ||
![Continuous Integration](https://github.com/DataDog/sketches-js/workflows/Continuous%20Integration/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
This repo contains the TypeScript implementation of the distributed quantile sketch algorithm [DDSketch](http://www.vldb.org/pvldb/vol12/p2195-masson.pdf). DDSketch is mergeable, meaning that multiple sketches from distributed systems can be combined in a central node. | ||
@@ -4,0 +6,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
69535
34
1500
110