Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

de_duplicated

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de_duplicated - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.travis.yml

12

package.json
{
"name": "de_duplicated",
"version": "1.0.4",
"version": "1.0.5",
"description": "this is a package to delete the duplicated elements in array",
"main": "index.js",
"scripts": {},
"scripts": {
"test": "mocha tests/*.*"
},
"keywords": [

@@ -24,3 +26,7 @@ "nodejs",

},
"homepage": "https://github.com/miladezzat/DE_DUPLICATE#readme"
"homepage": "https://github.com/miladezzat/DE_DUPLICATE#readme",
"dependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2"
}
}

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

# De Duplicated [![npm version](https://badge.fury.io/js/de_duplicated.svg)](https://badge.fury.io/js/de_duplicated)
# De Duplicated [![npm version](https://badge.fury.io/js/de_duplicated.svg)](https://badge.fury.io/js/de_duplicated) [![GitHub forks](https://img.shields.io/github/forks/miladezzat/DE_DUPLICATE)](https://github.com/miladezzat/DE_DUPLICATE/network) [![GitHub issues](https://img.shields.io/github/issues/miladezzat/DE_DUPLICATE)](https://github.com/miladezzat/DE_DUPLICATE/issues) [![GitHub stars](https://img.shields.io/github/stars/miladezzat/DE_DUPLICATE)](https://github.com/miladezzat/DE_DUPLICATE/stargazers)

@@ -3,0 +3,0 @@ This is package for deleting the duplicated elements in array, there are contain two methods, first method called simpleArray, this method de_duplicated the simple elements just numbers or strings or both, and second method is complexArray the de_duplicated object elements in array

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