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

uniques

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniques - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-security

24

package.json
{
"name": "uniques",
"version": "0.0.0",
"description": "Filter out duplicates in an array",
"version": "0.0.1-security",
"description": "",
"main": "index.js",
"scripts": {
"test": "fox"
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"fox": "*"
},
"repository": {
"url": "git@github.com:azer\/uniques.git",
"type": "git"
"type": "git",
"url": "git+https://github.com/npm/security-holder.git"
},
"author": "Azer Ko\u00e7ulu <azer@kodfabrik.com>",
"license": "BSD"
}
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/security-holder/issues"
},
"homepage": "https://github.com/npm/security-holder#readme"
}

@@ -1,18 +0,9 @@

## uniques
# Security holding package
Filter out duplicates in an array
This package name is not currently in use, but was formerly occupied
by a popular package. To avoid malicious use, npm is hanging on to
the package name, but loosely, and we'll probably give it to you if
you want it.
## Install
```bash
$ npm install uniques
```
## Usage
```js
uniques([3, 1, 4, 1, 5, 6, 6, 5, 2])
// => [3, 1, 4, 5, 6, 2]
```
![](https://dl.dropboxusercontent.com/s/s6npnnexhy4c1ew/npmel_13.jpg)
You may adopt this package by contacting support@npmjs.com and
requesting the name.
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