Comparing version 7.8.6 to 7.8.7
{ | ||
"name": "ngx-mask", | ||
"version": "7.8.6", | ||
"version": "7.8.7", | ||
"description": "awesome ngx mask", | ||
@@ -19,2 +19,10 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"test": "ng test", | ||
"lint": "tslint './src/app/**/*.ts'", | ||
"build:library": "ng-packagr -p package.json", | ||
"prettier": "prettier './src/**/*.ts' --write --single-quote --tab-width 4 --print-width 120" | ||
}, | ||
"repository": { | ||
@@ -33,15 +41,3 @@ "type": "git", | ||
], | ||
"main": "bundles/ngx-mask.umd.js", | ||
"module": "fesm5/ngx-mask.js", | ||
"es2015": "fesm2015/ngx-mask.js", | ||
"esm5": "esm5/ngx-mask.js", | ||
"esm2015": "esm2015/ngx-mask.js", | ||
"fesm5": "fesm5/ngx-mask.js", | ||
"fesm2015": "fesm2015/ngx-mask.js", | ||
"typings": "ngx-mask.d.ts", | ||
"metadata": "ngx-mask.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^1.9.0" | ||
} | ||
"ngPackage": true | ||
} |
@@ -14,3 +14,5 @@ <a href="https://jsdaddy.github.io/ngx-mask"> | ||
You can also try our NGX LOADER INDICATOR [Download](https://www.npmjs.com/package/ngx-loader-indicator) it. | ||
You can also try our NGX COPYPASTE [Download](https://www.npmjs.com/package/ngx-copypaste) it. | ||
### You can see the full [documentation](https://jsdaddy.github.io/ngx-mask-page/) with examples. | ||
@@ -17,0 +19,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
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
3
0
1
300
374236
10
120
1
- Removedtslib@^1.9.0
- Removedtslib@1.14.1(transitive)