Socket
Socket
Sign inDemoInstall

array-union

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

license

9

package.json
{
"name": "array-union",
"version": "1.0.1",
"version": "1.0.2",
"description": "Create an array of unique values, in order, from the input arrays",

@@ -10,3 +10,3 @@ "license": "MIT",

"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
"url": "sindresorhus.com"
},

@@ -17,3 +17,3 @@ "engines": {

"scripts": {
"test": "mocha"
"test": "xo && ava"
},

@@ -39,4 +39,5 @@ "files": [

"devDependencies": {
"mocha": "*"
"ava": "*",
"xo": "*"
}
}

@@ -8,3 +8,3 @@ # array-union [![Build Status](https://travis-ci.org/sindresorhus/array-union.svg?branch=master)](https://travis-ci.org/sindresorhus/array-union)

```sh
```
$ npm install --save array-union

@@ -17,3 +17,3 @@ ```

```js
var arrayUnion = require('array-union');
const arrayUnion = require('array-union');

@@ -30,2 +30,2 @@ arrayUnion([1, 1, 2, 3], [2, 3]);

MIT © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc