🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@extra-array/intersection

Package Overview
Dependencies
Maintainers
1
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extra-array/intersection - npm Package Compare versions

Comparing version
2.10.11
to
2.10.12
+1
-1
example.js

@@ -1,2 +0,2 @@

const array = require('extra-array');
const array = require("extra-array");

@@ -3,0 +3,0 @@ var x = [1, 2, 3, 4];

declare module "@extra-array/intersection" {
import type { compareFn, mapFn } from './_types';
import type { compareFn, mapFn } from "./_types";
/**

@@ -4,0 +4,0 @@ * Gives values present in both arrays.

{
"name": "@extra-array/intersection",
"version": "2.10.11",
"version": "2.10.12",
"description": "Gives values present in both arrays.",

@@ -30,5 +30,3 @@ "main": "index.js",

"homepage": "https://github.com/nodef/extra-array#readme",
"dependencies": {
"extra-set": "^2.2.5"
}
"dependencies": {}
}

@@ -22,3 +22,3 @@ Gives values present in both arrays. [:running:] [:vhs:] [:package:] [:moon:] [:ledger:]

```javascript
const array = require('extra-array');
const array = require("extra-array");

@@ -25,0 +25,0 @@ var x = [1, 2, 3, 4];