arr-diff
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>arr-diff</artifactId>
<version>4.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>arr-diff</artifactId>
<version>4.0.0</version>
<name>arr-diff</name>
<description>Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.</description>
<url>https://github.com/jonschlinkert/arr-diff</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/jonschlinkert/arr-diff</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>doowb</name>
<email>brian.woodward@gmail.com</email>
</developer>
<developer>
<name>jonschlinkert</name>
<email>github@sellside.com</email>
</developer>
<developer>
<name>paulmillr</name>
<email>paul@paulmillr.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jonschlinkert/arr-diff.git</connection>
<developerConnection>https://github.com/jonschlinkert/arr-diff.git</developerConnection>
<url>https://github.com/jonschlinkert/arr-diff</url>
</scm>
<issueManagement>
<url>https://github.com/jonschlinkert/arr-diff/issues</url>
</issueManagement>
</project>