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

ngx-mask

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-mask - npm Package Compare versions

Comparing version 16.0.8 to 16.0.9

3

lib/ngx-mask.directive.d.ts

@@ -31,4 +31,2 @@ import { OnChanges, SimpleChanges } from '@angular/core';

private _position;
private _start;
private _end;
private _code;

@@ -65,3 +63,2 @@ private _maskExpressionArray;

setDisabledState(isDisabled: boolean): void;
private _repeatPatternSymbols;
private _applyMask;

@@ -68,0 +65,0 @@ private _validateTime;

3

lib/ngx-mask.pipe.d.ts

@@ -7,5 +7,8 @@ import { PipeTransform } from '@angular/core';

private readonly _maskService;
private _maskExpressionArray;
private mask;
transform(value: string | number, mask: string, { patterns, ...config }?: Partial<IConfig>): string;
private _setMask;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMaskPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NgxMaskPipe, "mask", true>;
}

@@ -15,3 +15,6 @@ import { IConfig } from './ngx-mask.config';

maskChanged: boolean;
_maskExpressionArray: string[];
triggerOnMaskChange: boolean;
private _start;
private _end;
onChange: (_: any) => void;

@@ -63,4 +66,5 @@ private readonly document;

private _checkPrecision;
_repeatPatternSymbols(maskExp: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMaskService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxMaskService>;
}
{
"name": "ngx-mask",
"version": "16.0.8",
"version": "16.0.9",
"description": "awesome ngx mask",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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