Socket
Socket
Sign inDemoInstall

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.0.5 to 0.0.6

dist/ng2-tag-input.bundle.js

5

index.ts

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

import {TagInput} from './components/tag-input/tag-input.component';
const TagInput = require('./dist/ng2-tag-input.bundle.js').TagInput;
export default TagInput;
exports.TagInput = TagInput;
export {TagInput};

37

package.json
{
"name": "ng2-tag-input",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ng2TagInput: simple tag input component for Angular 2",

@@ -8,5 +8,6 @@ "scripts": {

"postinstall": "npm run typings-install",
"prepublish": "npm run build && ./node_modules/.bin/tsc -p tsconfig.json",
"build": "webpack --inline --colors --progress --display-error-details --display-cached",
"watch": "npm run build -- --watch",
"server": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 3000 --content-base demo",
"server": "webpack-dev-server --config webpack.demo.js --inline --colors --progress --display-error-details --display-cached --port 3000 --content-base demo",
"start": "npm run server",

@@ -26,2 +27,3 @@ "test": "karma start karma.conf.js --single-run"

"es6-shim": "0.35.0",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",

@@ -49,13 +51,11 @@ "jasmine": "^2.4.1",

"webpack-dev-server": "^1.14.0",
"webpack-merge": "^0.8.4"
},
"dependencies": {
"@angular/http": "2.0.0-rc.1",
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/platform-server": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"webpack-merge": "^0.8.4",
"@angular/http": "2.0.0-rc.3",
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/platform-server": "2.0.0-rc.3",
"@angular/router": "2.0.0-rc.2",
"core-js": "^2.2.0",

@@ -65,2 +65,5 @@ "rxjs": "5.0.0-beta.6",

},
"dependencies": {
},
"keywords": [

@@ -79,4 +82,8 @@ "angular 2",

"homepage": "https://github.com/Gbuomprisco/ng2-tag-input",
"main": "index.ts",
"typings": "./components/ng2-tag-input.d.ts"
"main": "./index.js",
"files": [
"dist",
"index.js",
"index.ts"
]
}
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