Socket
Socket
Sign inDemoInstall

array-uniq

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

license

2

index.js

@@ -26,2 +26,4 @@ 'use strict';

}
return false;
});

@@ -28,0 +30,0 @@ }

11

package.json
{
"name": "array-uniq",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create an array without duplicates",

@@ -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"
},

@@ -34,6 +34,7 @@ "files": [

"devDependencies": {
"ava": "*",
"es6-set": "^0.1.0",
"mocha": "*",
"require-uncached": "^1.0.2"
"require-uncached": "^1.0.2",
"xo": "*"
}
}

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

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

@@ -19,3 +19,3 @@ ```

```js
var arrayUniq = require('array-uniq');
const arrayUniq = require('array-uniq');

@@ -32,2 +32,2 @@ arrayUniq([1, 1, 2, 3, 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