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

ng2-tag-input

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-tag-input - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

dist/modules/components/pipes/highlight.pipe.d.ts

2

dist/modules/components/tag-input-form/tag-input-form.component.d.ts

@@ -12,2 +12,4 @@ import { EventEmitter, Renderer } from '@angular/core';

validators: ValidatorFn[];
inputId: string;
inputClass: string;
input: any;

@@ -14,0 +16,0 @@ form: FormGroup;

@@ -24,2 +24,4 @@ import { ElementRef, EventEmitter, Renderer, OnInit } from '@angular/core';

private onTextChangeDebounce;
private inputId;
private inputClass;
onAdd: EventEmitter<string>;

@@ -26,0 +28,0 @@ onRemove: EventEmitter<string>;

2

package.json
{
"name": "ng2-tag-input",
"version": "0.4.0",
"version": "0.4.1",
"description": "Tag Input component for Angular 2",

@@ -5,0 +5,0 @@ "scripts": {

@@ -7,3 +7,3 @@ # Angular2 Tag Input [![Build Status](https://travis-ci.org/Gbuomprisco/ng2-tag-input.svg?branch=develop)](https://travis-ci.org/Gbuomprisco/ng2-tag-input)

Check out the live demo (with source code) here [http://www.webpackbin.com/VyLKAtssb](http://www.webpackbin.com/VyLKAtssb).
Check out the live demo (with source code) here [http://www.webpackbin.com/NJy38G8kM](http://www.webpackbin.com/NJy38G8kM).

@@ -74,4 +74,5 @@ ## Quick start. Install the component from NPM by running:

- **`showDropdownIfEmpty`** - [**`?boolean`**] - if true, the dropdown of the autocomplete will be shown as soon as the user focuses on the form
- **`onTextChangeDebounce`** - [**`?number`**] - number of ms for debouncing the `onTextChange` event
- **`inputId`** - [**`?string`**] - custom ID assigned to the input
- **`inputClass`** - [**`?string`**] - custom class assigned to the input

@@ -263,2 +264,2 @@ #### Outputs

<tag-input [(ngModel)]='items' theme='dark'></tag-input>
```
```

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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