Socket
Socket
Sign inDemoInstall

ng2-bootstrap-typeahead

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-bootstrap-typeahead - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

example/app.component.js

@@ -12,4 +12,4 @@ /*

};
var core_1, AppComponent;
var __moduleName = context_1 && context_1.id;
var core_1, AppComponent;
return {

@@ -16,0 +16,0 @@ setters: [

@@ -9,4 +9,4 @@ System.register(["@angular/core", "@angular/forms", "@angular/platform-browser", "./app.component", "../src/typeahead.module"], function (exports_1, context_1) {

};
var core_1, forms_1, platform_browser_1, app_component_1, typeahead_module_1, AutoCompleteExampleModule;
var __moduleName = context_1 && context_1.id;
var core_1, forms_1, platform_browser_1, app_component_1, typeahead_module_1, AutoCompleteExampleModule;
return {

@@ -13,0 +13,0 @@ setters: [

System.register(["@angular/platform-browser-dynamic", "./autocomplete-example-module"], function (exports_1, context_1) {
"use strict";
var platform_browser_dynamic_1, autocomplete_example_module_1, platform;
var __moduleName = context_1 && context_1.id;
var platform_browser_dynamic_1, autocomplete_example_module_1, platform;
return {

@@ -6,0 +6,0 @@ setters: [

{
"name": "ng2-bootstrap-typeahead",
"version": "2.0.5",
"version": "2.0.6",
"description": "ng2-bootstrap-typeahead is angular2 ng2-bootstrap-typeahead module. It is support static and dynamic data for auto complete",

@@ -10,5 +10,3 @@ "main": "index.js",

"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
"lite": "lite-server"
},

@@ -39,3 +37,3 @@ "repository": {

"lite-server": "^2.2.2",
"typescript": "^2.0.3"
"typescript": "3.3.1"
},

@@ -42,0 +40,0 @@ "keywords": [

@@ -12,4 +12,4 @@ System.register(["@angular/core", "@angular/forms", "./PropertyHandler"], function (exports_1, context_1) {

};
var core_1, forms_1, PropertyHandler_1, noop, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, AutoComplete;
var __moduleName = context_1 && context_1.id;
var core_1, forms_1, PropertyHandler_1, noop, CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR, AutoComplete;
return {

@@ -16,0 +16,0 @@ setters: [

@@ -12,2 +12,3 @@ System.register(["@angular/core", "@angular/router", "@angular/common"], function (exports_1, context_1) {

};
var core_1, router_1, common_1, HtmlOutlet;
var __moduleName = context_1 && context_1.id;

@@ -35,3 +36,2 @@ function createComponentFactory(compiler, metadata) {

exports_1("createComponentFactory", createComponentFactory);
var core_1, router_1, common_1, HtmlOutlet;
return {

@@ -38,0 +38,0 @@ setters: [

System.register([], function (exports_1, context_1) {
"use strict";
var PropertyHandler;
var __moduleName = context_1 && context_1.id;
var PropertyHandler;
return {

@@ -6,0 +6,0 @@ setters: [],

@@ -9,4 +9,4 @@ System.register(["@angular/core", "@angular/platform-browser", "@angular/forms", "./PropertyHandler", "./autocomplete", "../src/html-outlet"], function (exports_1, context_1) {

};
var core_1, platform_browser_1, forms_1, PropertyHandler_1, autocomplete_1, html_outlet_1, TypeAheadModule;
var __moduleName = context_1 && context_1.id;
var core_1, platform_browser_1, forms_1, PropertyHandler_1, autocomplete_1, html_outlet_1, TypeAheadModule;
return {

@@ -39,2 +39,3 @@ setters: [

TypeAheadModule.forRoot = function () { return { ngModule: TypeAheadModule_1, providers: [PropertyHandler_1.PropertyHandler] }; };
var TypeAheadModule_1;
TypeAheadModule = TypeAheadModule_1 = __decorate([

@@ -49,3 +50,2 @@ core_1.NgModule({

return TypeAheadModule;
var TypeAheadModule_1;
}());

@@ -52,0 +52,0 @@ exports_1("TypeAheadModule", TypeAheadModule);

@@ -19,4 +19,2 @@ {

"exclude": [
"typings/browser.d.ts",
"typings/browser",
"node_modules",

@@ -23,0 +21,0 @@ "**/*-aot.ts"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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