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

ng2-mentions

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-mentions - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

package.json
{
"name": "ng2-mentions",
"version": "0.1.8",
"version": "0.1.9",
"description": "Angular 2 mentions for text fields.",

@@ -21,3 +21,3 @@ "keywords": [],

"dependencies": {
"angular2": ">=2.0.0-beta.15",
"angular2": ">=2.0.0-beta.14",
"systemjs": "0.19.26",

@@ -24,0 +24,0 @@ "es6-shim": ">=0.35.0",

@@ -12,2 +12,4 @@ # Angular 2 Mentions

git clone https://github.com/dmacfarlane/ng2-mentions.git
cd ng2-mentions
npm install

@@ -18,6 +20,8 @@ npm start

Copy the mention folder into your own application.
Copy the mention folder into your own application, or install the package as a dependency using:
Add the dependancies to your index.html:
npm install --save ng2-mentions
Add the CSS and JS dependencies your index.html:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">

@@ -37,3 +41,4 @@ <script src="ext/textarea-caret-position.js"></script>

- Remove debug (always)
- Menu clicks not working in content editable
- Improve NPM package structure
- Fix menu clicks not working in content editable
- Configurable prefix

@@ -40,0 +45,0 @@ - Configurable limit on number of items shown via config

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