think-bayes
Advanced tools
Comparing version 0.1.3-alpha.1 to 0.1.3-alpha.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.1.3-alpha.2](https://github.com/parksben/think-bayes/compare/v0.1.3-alpha.1...v0.1.3-alpha.2) (2020-01-30) | ||
### [0.1.3-alpha.1](https://github.com/parksben/think-bayes/compare/v0.1.3-alpha.0...v0.1.3-alpha.1) (2020-01-30) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "think-bayes", | ||
"version": "0.1.3-alpha.1", | ||
"version": "0.1.3-alpha.2", | ||
"description": "An algorithm framework of probability and statistics for browser and Node.js environment.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -24,3 +24,3 @@ # think-bayes | ||
```js | ||
const { Suite } = require('think-bayes'); | ||
import { Suite } from 'think-bayes'; | ||
@@ -27,0 +27,0 @@ class Cookie extends Suite { |
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
404174