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

just-cartesian-product

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-cartesian-product - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

package.json
{
"name": "just-cartesian-product",
"version": "4.0.1",
"version": "4.0.2",
"description": "Cartesian product of arrays",

@@ -5,0 +5,0 @@ "main": "index.js",

## just-cartesian-product
Part of a [library](../../../../) of zero-dependency npm modules that do just do one thing.
Part of a [library](https://anguscroll.com/just) of zero-dependency npm modules that do just do one thing.
Guilt-free utilities for every occasion.
[Try it now](http://anguscroll.com/just/just-cartesian-product)
[`🍦 Try it`](https://anguscroll.com/just/just-cartesian-product)
```shell
npm install just-cartesian-product
```
```shell
yarn add just-cartesian-product
```
Takes an input of an array of arrays and returns their Cartesian product.
```
```js
import cartesianProduct from 'just-cartesian-product;

@@ -12,0 +19,0 @@

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