lodash.product
Advanced tools
Comparing version 17.7.22 to 17.7.23
{ | ||
"name": "lodash.product", | ||
"version": "17.7.22", | ||
"version": "17.7.23", | ||
"description": "Calculates the Cartesian product between multiple collections.", | ||
@@ -5,0 +5,0 @@ "main": "lodash.product.js", |
@@ -29,1 +29,10 @@ # lodash.product | ||
``` | ||
## Node.js | ||
The [package](https://www.npmjs.com/package/lodash.product) can be installed via npm and used as a Node.js module. | ||
```javascript | ||
const _ = require('lodash'); | ||
require('lodash.product'); | ||
``` |
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
3347
37