angular-imask
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -5,11 +5,5 @@ { | ||
"license": "MIT", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Angular IMask Plugin", | ||
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask", | ||
"scripts": { | ||
"build": "ng-packagr --config tsconfig.json", | ||
"dev": "ng build angular-imask --watch", | ||
"example": "ng serve --aot", | ||
"prepublishOnly": "node scripts/prepublish.js" | ||
}, | ||
"keywords": [ | ||
@@ -22,18 +16,2 @@ "angular", | ||
], | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~12.1.1", | ||
"@angular/cli": "^12.1.1", | ||
"@angular/common": "^12.1.1", | ||
"@angular/compiler": "^12.1.1", | ||
"@angular/compiler-cli": "^12.1.1", | ||
"@angular/core": "^12.1.1", | ||
"@angular/forms": "^12.1.1", | ||
"@angular/language-service": "^12.1.1", | ||
"@angular/platform-browser": "^12.1.1", | ||
"@angular/platform-browser-dynamic": "^12.1.1", | ||
"ng-packagr": "^12.1.0", | ||
"rxjs": "^6.5.2", | ||
"typescript": "4.3.5", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"dependencies": { | ||
@@ -46,3 +24,11 @@ "imask": "^6.2.0", | ||
}, | ||
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6" | ||
} | ||
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6", | ||
"main": "bundles/angular-imask.umd.js", | ||
"module": "fesm2015/angular-imask.js", | ||
"es2015": "fesm2015/angular-imask.js", | ||
"esm2015": "esm2015/angular-imask.js", | ||
"fesm2015": "fesm2015/angular-imask.js", | ||
"typings": "angular-imask.d.ts", | ||
"metadata": "angular-imask.metadata.json", | ||
"sideEffects": false | ||
} |
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
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
0
133203
24