Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-statistics

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-statistics - npm Package Compare versions

Comparing version 7.7.4 to 7.7.5

2

CHANGELOG.md

@@ -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 @@

3

package.json
{
"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>

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