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 7.0.0-alpha.3 to 7.0.0-alpha.4

3

imask.directive.d.ts

@@ -7,3 +7,3 @@ import { type InputMask, type InputMaskElement, type FactoryArg } from 'imask';

export declare const MASKEDINPUT_VALUE_ACCESSOR: Provider;
type Value<Opts extends FactoryArg, Unmask extends ('typed' | boolean)> = Unmask extends 'typed' ? InputMask<Opts>['typedValue'] : Unmask extends Falsy ? InputMask<Opts>['value'] : InputMask<Opts>['unmaskedValue'];
export type Value<Opts extends FactoryArg, Unmask extends ('typed' | boolean)> = Unmask extends 'typed' ? InputMask<Opts>['typedValue'] : Unmask extends Falsy ? InputMask<Opts>['value'] : InputMask<Opts>['unmaskedValue'];
export declare const DEFAULT_IMASK_ELEMENT: (elementRef: any) => any;

@@ -52,2 +52,1 @@ export declare class IMaskDirective<Opts extends FactoryArg, Unmask extends ('typed' | boolean) = false, V = Value<Opts, Unmask>> implements ControlValueAccessor, AfterViewInit, OnDestroy, OnChanges {

}
export {};

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

"license": "MIT",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"description": "Angular IMask Plugin",

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

"dependencies": {
"imask": "^7.0.0-alpha.3",
"imask": "^7.0.0-alpha.4",
"tslib": "^2.5.3"

@@ -20,0 +20,0 @@ },

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