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.2 to 4.1.0

CHANGELOG.md

10

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

@@ -10,4 +10,6 @@ "main": "index.js",

"require": "./index.js",
"default": "./index.mjs"
}
"default": "./index.mjs",
"types": "./index.d.ts"
},
"./package.json": "./package.json"
},

@@ -33,2 +35,2 @@ "types": "index.d.ts",

}
}
}

@@ -0,1 +1,4 @@

<!-- DO NOT EDIT THIS FILE! THIS FILE WAS AUTOGENERATED BY TEMPLATE-MATE -->
<!-- SEE https://github.com/angus-c/just/blob/master/CONTRIBUTING.md#readme-template -->
## just-cartesian-product

@@ -18,3 +21,3 @@

```js
import cartesianProduct from 'just-cartesian-product;
import cartesianProduct from 'just-cartesian-product';

@@ -21,0 +24,0 @@ cartesianProduct([[1, 2], ['a', 'b']]); // [[1, 'a'], [1, 'b'], [2, 'a'], [2, 'b']]

index.mjs

Sorry, the diff of this file is not supported yet

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