# can-join-uris

> Join uris together

Latest version **1.2.0** (published 2018-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-join-uris
pnpm add can-join-uris
yarn add can-join-uris
bun add can-join-uris
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2018-07-10 |
| First published | 2018-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 17.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DoneJS Core Team |
| Maintainers | justinbmeyer, stin13 |
| Keywords | canjs, donejs, donejs-plugin |

## Links

- npm: https://www.npmjs.com/package/can-join-uris
- Repository: https://github.com/canjs/can-join-uris
- Homepage: https://canjs.com
- Issues: https://github.com/canjs/can-join-uris/issues
- npm.io page: https://npm.io/package/can-join-uris

## Dependencies (2)

- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0
- [can-parse-uri](https://npm.io/package/can-parse-uri.md) ^1.1.0

## Recent versions

- 1.2.0 (latest) — 2018-07-10
- 1.0.0 — 2018-05-26

## README

# can-join-uris

[![Build Status](https://travis-ci.org/canjs/can-join-uris.svg?branch=master)](https://travis-ci.org/canjs/can-join-uris)

Join uris together

## Usage

### ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

```js
import plugin from 'can-join-uris';
```

### CommonJS use

Use `require` to load `can-join-uris` and everything else
needed to create a template that uses `can-join-uris`:

```js
var plugin = require("can-join-uris");
```

### Standalone use

Load the `global` version of the plugin:

```html
<script src='./node_modules/can-join-uris/dist/global/can-join-uris.js'></script>
```

---
_Source: https://npm.io/package/can-join-uris · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
