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 6.4.2 to 6.4.3-alpha.0

2

default-imask-factory.d.ts

@@ -1,3 +0,3 @@

import { IMaskFactory } from "./imask-factory";
import IMask from 'imask';
import { IMaskFactory } from './imask-factory';
import * as i0 from "@angular/core";

@@ -4,0 +4,0 @@ export declare class DefaultImaskFactory implements IMaskFactory {

@@ -0,5 +1,5 @@

import IMask from 'imask';
import { ElementRef, Provider, Renderer2, EventEmitter, OnDestroy, OnChanges, AfterViewInit, SimpleChanges } from '@angular/core';
import { ControlValueAccessor } from '@angular/forms';
import { IMaskFactory } from './imask-factory';
import IMask from 'imask';
import * as i0 from "@angular/core";

@@ -47,3 +47,3 @@ export declare const MASKEDINPUT_VALUE_ACCESSOR: Provider;

static ɵfac: i0.ɵɵFactoryDeclaration<IMaskDirective<any>, [null, null, null, null, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IMaskDirective<any>, "[imask]", ["imask"], { "imask": "imask"; "unmask": "unmask"; "imaskElement": "imaskElement"; }, { "accept": "accept"; "complete": "complete"; }, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IMaskDirective<any>, "[imask]", ["imask"], { "imask": "imask"; "unmask": "unmask"; "imaskElement": "imaskElement"; }, { "accept": "accept"; "complete": "complete"; }, never, never, false>;
}

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

static ɵfac: i0.ɵɵFactoryDeclaration<IMaskPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IMaskPipe, "imask">;
static ɵpipe: i0.ɵɵPipeDeclaration<IMaskPipe, "imask", false>;
}

@@ -5,2 +5,3 @@ export * from './imask.directive';

export * from './imask-factory';
export * from './default-imask-factory';
export * from './directive.module';

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "6.4.2",
"version": "6.4.3-alpha.0",
"description": "Angular IMask Plugin",

@@ -17,3 +17,3 @@ "repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask",

"dependencies": {
"imask": "^6.4.2",
"imask": "^6.4.3-alpha.0",
"tslib": "^2.3.1"

@@ -30,3 +30,3 @@ },

"fesm2015": "fesm2015/angular-imask.mjs",
"typings": "angular-imask.d.ts",
"typings": "index.d.ts",
"exports": {

@@ -37,3 +37,3 @@ "./package.json": {

".": {
"types": "./angular-imask.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/angular-imask.mjs",

@@ -40,0 +40,0 @@ "es2020": "./fesm2020/angular-imask.mjs",

@@ -47,5 +47,2 @@ # Angular IMask Plugin

## Support Development
[Paypal](https://www.paypal.me/alexeykryazhev/3)
## Development

@@ -52,0 +49,0 @@ As to make changes to this package follow the steps:

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

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

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