angular-imask
Advanced tools
Comparing version 7.0.0-alpha.6 to 7.0.0
@@ -5,13 +5,5 @@ { | ||
"license": "MIT", | ||
"version": "7.0.0-alpha.6", | ||
"version": "7.0.0", | ||
"description": "Angular IMask Plugin", | ||
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask", | ||
"scripts": { | ||
"lint": "eslint --quiet", | ||
"prebuild": "npm run lint && rimraf --glob \"dist\"", | ||
"build": "ng-packagr --config tsconfig.json", | ||
"dev": "ng build angular-imask --watch", | ||
"example": "ng serve", | ||
"prepublishOnly": "node scripts/prepublish.js" | ||
}, | ||
"keywords": [ | ||
@@ -24,19 +16,4 @@ "angular", | ||
], | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^16.1.0", | ||
"@angular/cli": "^16.1.0", | ||
"@angular/common": "^16.1.1", | ||
"@angular/compiler": "^16.1.1", | ||
"@angular/compiler-cli": "^16.1.1", | ||
"@angular/core": "^16.1.1", | ||
"@angular/forms": "^16.1.1", | ||
"@angular/language-service": "^16.1.1", | ||
"@angular/platform-browser": "^16.1.1", | ||
"@angular/platform-browser-dynamic": "^16.1.1", | ||
"ng-packagr": "^16.1.0", | ||
"typescript": "^4.9.5", | ||
"zone.js": "^0.13.1" | ||
}, | ||
"dependencies": { | ||
"imask": "^7.0.0-alpha.6", | ||
"imask": "^7.0.0", | ||
"tslib": "^2.5.3" | ||
@@ -47,3 +24,17 @@ }, | ||
}, | ||
"gitHead": "ae298ceb40e614999ffeca06f41f575ba081eb20" | ||
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6", | ||
"module": "fesm2022/angular-imask.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/angular-imask.mjs", | ||
"esm": "./esm2022/angular-imask.mjs", | ||
"default": "./fesm2022/angular-imask.mjs" | ||
} | ||
}, | ||
"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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
1
64190
Updatedimask@^7.0.0