Socket
Socket
Sign inDemoInstall

ng2-currency-mask

Package Overview
Dependencies
11
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.0 to 12.0.0

.vscode/settings.json

85

package.json
{
"name": "ng2-currency-mask",
"version": "11.0.0",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git"
},
"keywords": [
"angular",
"currency",
"mask",
"model",
"money",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ng2-currency-mask/issues"
},
"homepage": "https://github.com/cesarrew/ng2-currency-mask",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^11.2.8",
"@angular/core": "^11.2.8"
},
"main": "bundles/ng2-currency-mask.umd.js",
"module": "fesm2015/ng2-currency-mask.js",
"es2015": "fesm2015/ng2-currency-mask.js",
"esm2015": "esm2015/ng2-currency-mask.js",
"fesm2015": "fesm2015/ng2-currency-mask.js",
"typings": "ng2-currency-mask.d.ts",
"metadata": "ng2-currency-mask.metadata.json",
"sideEffects": false
"name": "ng2-currency-mask",
"version": "12.0.0",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git"
},
"keywords": [
"angular",
"currency",
"mask",
"model",
"money",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ng2-currency-mask/issues"
},
"homepage": "https://github.com/cesarrew/ng2-currency-mask",
"scripts": {
"ng": "ng",
"build": "ng build"
},
"dependencies": {
"@angular/animations": "~12.1.0",
"@angular/common": "~12.1.0",
"@angular/compiler": "~12.1.0",
"@angular/core": "~12.1.0",
"@angular/forms": "~12.1.0",
"@angular/platform-browser": "~12.1.0",
"@angular/platform-browser-dynamic": "~12.1.0",
"@angular/router": "~12.1.0",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.0",
"@angular/cli": "~12.1.0",
"@angular/compiler-cli": "~12.1.0",
"@angular/language-service": "~12.1.0",
"@types/node": "^12.11.1",
"ng-packagr": "^12.1.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.3.4"
}
}
# ng2-currency-mask
A very simple currency mask directive for Angular that allows using a number attribute with the ngModel. In other words, the model is a number, and not a string with a mask. It was tested in Angular version 9.
A very simple currency mask directive for Angular that allows using a number attribute with the ngModel. In other words, the model is a number, and not a string with a mask. It was tested in Angular version 11.
Note: This component is ready to AoC (Ahead-of-Time) compilation.
## Getting Started

@@ -8,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc