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

ng2-tagsinput

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-tagsinput - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "ng2-tagsinput",
"version": "0.1.1",
"version": "0.1.2",
"description": "Typescript component for Tag Input",

@@ -5,0 +5,0 @@ "main": "ng2-tagsinput.js",

@@ -0,1 +1,4 @@

[![Build Status](https://travis-ci.org/xmaestro/ng2-tagsinput.svg?branch=master)](https://travis-ci.org/xmaestro/ng2-tagsinput)
# Angular 2 : Typescript component for Tags Input

@@ -28,2 +31,8 @@

...
packages: {
...
'ng2-tagsinput': { defaultExtension: 'js', main:'index' }
...
}
...
});

@@ -35,3 +44,3 @@ ```

```typescript
import {NG2_TAG_INPUT_COMPONENTS} from 'ng2-tagsinput/ng2-tagsinput';
import {Ng2TagsInputModule} from 'ng2-tagsinput';
```

@@ -42,3 +51,3 @@

@NgModule({
declarations: [...,NG2_TAG_INPUT_COMPONENTS]
imports: [...,Ng2TagsInputModule]
})

@@ -45,0 +54,0 @@ ...

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