clever-combobox
Advanced tools
Comparing version 0.0.8 to 0.1.1
{ | ||
"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" | ||
} | ||
} |
@@ -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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
173750
3
0
1674
33
1
3
25
5
2
+ Addedtslib@^1.9.0
+ Added@angular/common@7.2.16(transitive)
+ Added@angular/core@7.2.16(transitive)
+ Addedrxjs@6.6.7(transitive)
- Removed@angular/common@^4.0.0
- Removed@angular/compiler@^4.0.0
- Removed@angular/core@^4.0.0
- Removed@angular/forms@^4.0.0
- Removed@angular/http@^4.0.0
- Removed@angular/platform-browser@^4.0.0
- Removed@angular/router@^4.0.0
- Removedbootstrap@^3.3.7
- Removedcore-js@^2.4.1
- Removedfont-awesome@^4.7.0
- Removedrxjs@^5.1.0
- Removedzone.js@^0.8.4
- Removed@angular/common@4.4.7(transitive)
- Removed@angular/compiler@4.4.7(transitive)
- Removed@angular/core@4.4.7(transitive)
- Removed@angular/forms@4.4.7(transitive)
- Removed@angular/http@4.4.7(transitive)
- Removed@angular/platform-browser@4.4.7(transitive)
- Removed@angular/platform-browser-dynamic@4.4.7(transitive)
- Removed@angular/router@4.4.7(transitive)
- Removedbootstrap@3.4.1(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedfont-awesome@4.7.0(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)