New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

just-intersect

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-intersect - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

2

package.json
{
"name": "just-intersect",
"version": "1.1.17",
"version": "1.1.18",
"description": "return the intersect of two arrays",

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

@@ -7,5 +7,5 @@ ## just-array-intersect

```js
import intersect from 'just-array-intersect';
import intersect from 'just-intersect';
intersect([1, 2, 5, 6], [2, 3, 5, 6]); // [2, 5, 6]
```
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