safe-array-concat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>safe-array-concat</artifactId>
<version>1.1.4</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>safe-array-concat</artifactId>
<version>1.1.4</version>
<name>safe-array-concat</name>
<description>`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable</description>
<url>https://github.com/ljharb/safe-array-concat#readme</url>
<organization>
<name>Jordan Harband</name>
<url>https://github.com/ljharb/safe-array-concat#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>ljharb</name>
<email>ljharb@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/ljharb/safe-array-concat.git</connection>
<developerConnection>https://github.com/ljharb/safe-array-concat.git</developerConnection>
<url>https://github.com/ljharb/safe-array-concat</url>
</scm>
<issueManagement>
<url>https://github.com/ljharb/safe-array-concat/issues</url>
</issueManagement>
<properties>
<org.mvnpm-call-bind.version>[1.0.9,2)</org.mvnpm-call-bind.version>
<org.mvnpm-call-bound.version>[1.0.4,2)</org.mvnpm-call-bound.version>
<org.mvnpm-get-intrinsic.version>[1.3.0,2)</org.mvnpm-get-intrinsic.version>
<org.mvnpm-has-symbols.version>[1.1.0,2)</org.mvnpm-has-symbols.version>
<org.mvnpm-isarray.version>[2.0.5,3)</org.mvnpm-isarray.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>call-bind</artifactId>
<version>${org.mvnpm-call-bind.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>call-bound</artifactId>
<version>${org.mvnpm-call-bound.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>get-intrinsic</artifactId>
<version>${org.mvnpm-get-intrinsic.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>has-symbols</artifactId>
<version>${org.mvnpm-has-symbols.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>isarray</artifactId>
<version>${org.mvnpm-isarray.version}</version>
</dependency>
</dependencies>
</project>