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

clever-combobox

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clever-combobox - npm Package Compare versions

Comparing version 0.0.8 to 0.1.1

bundles/clever-combobox.umd.js

75

package.json
{
"name": "clever-combobox",
"version": "0.0.8",
"description": "Highly configurable Angular combo box. Simple to use and extra features. Compatible with __Angular4__ versions.",
"version": "0.1.1",
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
},
"main": "bundles/clever-combobox.umd.js",
"typings": "index.d.ts",
"module": "index.js",
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.js --progress",
"build.dist": "gulp all",
"build.webpack.sampleapp": "rimraf build-sampleapp && webpack --config config/webpack.build.sampleapp.js --progress --profile --bail",
"test": "karma start config/karma.conf.js",
"tslint": "gulp tslint",
"ngc": "ngc -p tsconfig.publish.json",
"bundle": "rollup -c rollup.config.js && uglifyjs npmdist/bundles/clever-combobox.umd.js --compress --mangle --screw-ie8 -o npmdist/bundles/clever-combobox.umd.min.js"
},
"author": "ahincalan",
"repository": {
"type": "git",
"url": "https://github.com/ahincalan/clever-combobox.git"
},
"keywords": [
"Angular",
"Combo box",
"Combobox",
"Clevercombobox",
"Clever Combobox",
"Clever Combo Box"
],
"license": "MIT",
"module": "fesm5/clever-combobox.js",
"es2015": "fesm2015/clever-combobox.js",
"esm5": "esm5/clever-combobox.js",
"esm2015": "esm2015/clever-combobox.js",
"fesm5": "fesm5/clever-combobox.js",
"fesm2015": "fesm2015/clever-combobox.js",
"typings": "clever-combobox.d.ts",
"metadata": "clever-combobox.metadata.json",
"sideEffects": false,
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.1",
"@angular/compiler-cli": "^4.0.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
"gulp-util": "^3.0.8",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0"
"tslib": "^1.9.0"
}
}

42

README.md

@@ -1,36 +0,24 @@

# clever-combobox
# CleverCombobox
**Angular clever combo box**
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
## Description
Highly configurable Angular combo box. Simple to use and extra features. Compatible with __Angular4__ versions.
## Code scaffolding
## Installation
Run `ng generate component component-name --project clever-combobox` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project clever-combobox`.
> Note: Don't forget to add `--project clever-combobox` or else it will be added to the default project in your `angular.json` file.
__npm install clever-combobox --save__
## Build
```html
<h1> Clever Combobox Component </h1>
<div class="form-group col-sm-3">
<clever-combobox
[clearIconClass]="'fa fa-times fa-lg'"
[submitIconClass]="'fa fa-search fa-lg'"
[loadingIconClass]="'fa fa-spinner fa-spin'"></clever-combobox>
</div>
```
Run `ng build clever-combobox` to build the project. The build artifacts will be stored in the `dist/` directory.
## Compatibility (tested with)
* Chrome (latest)
## Publishing
## License
* License: MIT
After building your library with `ng build clever-combobox`, go to the dist folder `cd dist/clever-combobox` and run `npm publish`.
## Author
* Author: ahincalan
## Running unit tests
## Keywords
* Clever Combo Box
* Clever Combobox
* CleverComboBox
* Angular2
* Angular4
Run `ng test clever-combobox` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
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