Comparing version 1.18.1 to 1.19.1
{ | ||
"name": "jstreemap", | ||
"version": "1.18.1", | ||
"version": "1.19.1", | ||
"description": "Library of associative containers; it implements TreeMap, TreeSet, TreeMultiMap and TreeMultiSet classes", | ||
@@ -12,2 +12,3 @@ "main": "jstreemap.js", | ||
"dev-test": "nyc --reporter=html --reporter=text --report-dir=./build/coverage --check-coverage --lines 100 --functions 100 --branches 100 mocha --reporter spec test/dev-tests/**/*.js", | ||
"test": "nyc --reporter=html --reporter=text --report-dir=./build/coverage --check-coverage --lines 100 --functions 100 --branches 100 mocha --reporter spec test/dev-tests/**/*.js", | ||
"prod-test": "nyc --reporter=html --reporter=text --report-dir=./build/postbuild-coverage mocha --reporter spec test/prod-tests/**/*.js", | ||
@@ -14,0 +15,0 @@ "webpack": "webpack --config ./config/webpack.config.js" |
# jstreemap | ||
[![ESDoc coverage](https://doc.esdoc.org/github.com/Kirusi/jstreemap/badge.svg)] | ||
[![ESDoc coverage](https://doc.esdoc.org/github.com/Kirusi/jstreemap/badge.svg)](https://doc.esdoc.org/github.com/Kirusi/jstreemap/) | ||
@@ -4,0 +4,0 @@ A JavaScript (ES6) library of tree-based associative containers. Library is UMD packaged and can be used in a Node environment as well as in a browser. The following containers are provided: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13064119
253954