simple-statistics
Advanced tools
Comparing version 7.7.4 to 7.7.5
@@ -5,2 +5,4 @@ # Changelog | ||
### [7.7.5](https://github.com/simple-statistics/simple-statistics/compare/v7.7.4...v7.7.5) (2022-03-06) | ||
### [7.7.4](https://github.com/simple-statistics/simple-statistics/compare/v7.7.3...v7.7.4) (2022-03-01) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "simple-statistics", | ||
"version": "7.7.4", | ||
"version": "7.7.5", | ||
"description": "Simple Statistics", | ||
@@ -13,2 +13,3 @@ "author": "Tom MacWright <tom@macwright.org> (http://macwright.org/)", | ||
"dist", | ||
"LICENSE", | ||
"index.js", | ||
@@ -15,0 +16,0 @@ "index.d.ts" |
@@ -41,3 +41,3 @@ # Simple Statistics | ||
```HTML | ||
<script src='https://unpkg.com/simple-statistics@7.7.4/dist/simple-statistics.min.js'> | ||
<script src='https://unpkg.com/simple-statistics@7.7.5/dist/simple-statistics.min.js'> | ||
</script> | ||
@@ -51,3 +51,3 @@ ``` | ||
<script type='module'> | ||
import {min} from "https://unpkg.com/simple-statistics@7.7.4/index.js?module" | ||
import {min} from "https://unpkg.com/simple-statistics@7.7.5/index.js?module" | ||
console.log(min([1, 2, 3])) | ||
@@ -54,0 +54,0 @@ </script> |
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
1162280