font-color-pipe
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "font-color-pipe", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
"homepage": "https://johnfedoruk.github.io/font-color-pipe/index.html", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build --prod", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"packagr": "ng-packagr -p ng-package.json -p ng-package.json", | ||
"landing": "npm run build-landing && npm run deploy-landing", | ||
"build-landing": "ng build --prod --aot --base-href https://johnfedoruk.github.io/font-color-pipe/", | ||
"deploy-landing": "node node_modules/angular-cli-ghpages/bin/angular-cli-ghpages --no-silent" | ||
}, | ||
"private": false, | ||
"dependencies": { | ||
"tslib": "^1.7.1" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -38,3 +48,5 @@ "@angular-devkit/core": "^0.4.8", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"ng-packagr": "^2.4.1", | ||
"phantomjs-prebuilt": "^2.1.16", | ||
"protractor": "~5.1.2", | ||
@@ -46,8 +58,3 @@ "rxjs": "^5.5.2", | ||
"zone.js": "^0.8.14" | ||
}, | ||
"main": "bundles/font-color-pipe.umd.js", | ||
"module": "esm5/font-color-pipe.js", | ||
"es2015": "esm2015/font-color-pipe.js", | ||
"typings": "font-color-pipe.d.ts", | ||
"metadata": "font-color-pipe.metadata.json" | ||
} | ||
} |
# FontColorPipe | ||
![Build Status](https://travis-ci.org/johnfedoruk/font-color-pipe.svg?branch=master) | ||
This project contains an [Angular](https://angular.io) pipe that can be used for calculating the best font to display over an arbitrary background. The pipe, FontColorPipe, is exported from the FontColorModule. | ||
@@ -4,0 +6,0 @@ |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
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
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
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
32826
0
35
616
1
80
36
1
2
- Removedtslib@^1.7.1
- Removedtslib@1.14.1(transitive)