big-cartesian
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "big-cartesian", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"type": "module", | ||
@@ -57,4 +57,4 @@ "exports": { | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^2.0.102", | ||
"test-each": "^6.0.1" | ||
"@ehmicky/dev-tasks": "^3.0.9", | ||
"test-each": "^7.0.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "engines": { |
@@ -50,9 +50,2 @@ [![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)](https://www.npmjs.com/package/big-cartesian) | ||
# Demo | ||
You can try this library: | ||
- either directly [in your browser](https://repl.it/@ehmicky/big-cartesian). | ||
- or by executing the [`examples` files](examples/README.md) in a terminal. | ||
# Install | ||
@@ -78,3 +71,4 @@ | ||
`inputs`: `Array<Array | Iterable | GeneratorFunction>`\ | ||
_Return value_: [`Iterable<Array>`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) | ||
_Return value_: | ||
[`Iterable<Array>`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) | ||
@@ -81,0 +75,0 @@ Iterates over each combination of `inputs`. |
Sorry, the diff of this file is not supported yet
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
20321
129