Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-imask

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-imask - npm Package Compare versions

Comparing version 5.1.8 to 5.1.9

dist/angular-imask.d.ts

8

dist/imask.directive.d.ts

@@ -1,2 +0,2 @@

import { ElementRef, Provider, Renderer2, EventEmitter, OnDestroy, OnChanges, AfterViewInit } from '@angular/core';
import { ElementRef, Provider, Renderer2, EventEmitter, OnDestroy, OnChanges, AfterViewInit, SimpleChanges } from '@angular/core';
import { ControlValueAccessor } from '@angular/forms';

@@ -9,3 +9,3 @@ import IMask from 'imask';

private _compositionMode;
maskRef: IMask.InputMask<Opts>;
maskRef?: IMask.InputMask<Opts>;
onTouched: any;

@@ -17,3 +17,3 @@ onChange: any;

private _writing;
imask: Opts;
imask?: Opts;
unmask?: boolean | 'typed';

@@ -27,3 +27,3 @@ imaskElement: (elementRef: ElementRef, directiveRef: any) => IMask.MaskElement;

ngAfterViewInit(): void;
ngOnChanges(changes: any): void;
ngOnChanges(changes: SimpleChanges): void;
destroyMask(): void;

@@ -30,0 +30,0 @@ ngOnDestroy(): void;

@@ -5,10 +5,10 @@ {

"license": "MIT",
"version": "5.1.8",
"version": "5.1.9",
"description": "Angular IMask Plugin",
"main": "dist/angular-imask.umd.js",
"main": "dist/bundles/angular-imask.umd.js",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/fesm5/angular-imask.js",
"typings": "dist/angular-imask.d.ts",
"scripts": {
"build": "rimraf dist && ngc && rollup -c"
"build": "ng-packagr --config tsconfig.json"
},

@@ -23,22 +23,30 @@ "keywords": [

"peerDependencies": {
"@angular/common": ">=4.0.0",
"@angular/core": ">=4.0.0",
"@angular/forms": ">=4.0.0",
"@angular/platform-browser": ">=4.0.0"
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@angular/forms": ">=6.0.0",
"@angular/platform-browser": ">=6.0.0"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"rimraf": "^2.6.2",
"rxjs": "^5.5.3",
"typescript": "^3.5.2"
"@angular/common": "^8.1.2",
"@angular/compiler": "^8.1.2",
"@angular/compiler-cli": "^8.1.2",
"@angular/core": "^8.1.2",
"@angular/forms": "^8.1.2",
"@angular/platform-browser": "^8.1.2",
"ng-packagr": "^5.3.0",
"rxjs": "^6.5.2",
"tsickle": "^0.36.0",
"typescript": "<3.5.0",
"zone.js": "^0.9.1"
},
"dependencies": {
"imask": "^5.1.8"
"imask": "^5.1.9"
},
"gitHead": "3ff84bfbbb99d369dd2e41bf4b6fed421a458e2d"
"es2015": "dist/fesm2015/angular-imask.js",
"esm5": "dist/esm5/angular-imask.js",
"esm2015": "dist/esm2015/angular-imask.js",
"fesm5": "dist/fesm5/angular-imask.js",
"fesm2015": "dist/fesm2015/angular-imask.js",
"metadata": "dist/angular-imask.metadata.json",
"gitHead": "f19a3e62d121e51ecb6a035835e75e3b2b80968b"
}

@@ -41,5 +41,5 @@ # Angular IMask Plugin

```
More options see in a [guide](https://unmanner.github.io/imaskjs/guide.html).
More options see in a [guide](https://imask.js.org/guide.html).
## Support Development
[Paypal](https://www.paypal.me/alexeykryazhev/3)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc