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

lodash.product

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.product - npm Package Compare versions

Comparing version 17.7.22 to 17.7.23

2

package.json
{
"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');
```
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