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

can-join-uris

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-join-uris

Join uris together

1.2.0
latest
Source
npm
Version published
Weekly downloads
766
82.82%
Maintainers
2
Weekly downloads
 
Created
Source

can-join-uris

Build Status

Join uris together

Usage

ES6 use

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

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:

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

Standalone use

Load the global version of the plugin:

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

Keywords

canjs

FAQs

Package last updated on 10 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts