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

ember-autolinker

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-autolinker

ember-cli addon for using Autolinker.js in ember

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by41.67%
Maintainers
4
Weekly downloads
 
Created
Source

ember-autolinker

Build Status codecov

This addon wraps Autolinker.js for use in Ember apps.

Usage

{{autolink 'Your text containing URLs like google.com or http://www.something-else.xyz?whatever=you#like'}}

Options

If your text contains HTML, you can disable HTML safety by passing true as second argument:

{{autolink "fancy html<br>with <strong>emberjs.com</strong>" true}}

Installation

  • git clone git@github.com:adfinis-sygroup/ember-autolinker.git
  • cd ember-autolinker
  • yarn

Running

Running Tests

  • yarn test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Keywords

FAQs

Package last updated on 20 Nov 2017

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

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