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

@maskito/core

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maskito/core - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

2

index.d.ts
export { MASKITO_DEFAULT_ELEMENT_PREDICATE, MASKITO_DEFAULT_OPTIONS, } from './lib/constants';
export { Maskito } from './lib/mask';
export { MaskitoElementPredicate, MaskitoMask, MaskitoOptions, MaskitoPlugin, MaskitoPostprocessor, MaskitoPreprocessor, } from './lib/types';
export { MaskitoElementPredicate, MaskitoElementPredicateAsync, MaskitoMask, MaskitoOptions, MaskitoPlugin, MaskitoPostprocessor, MaskitoPreprocessor, } from './lib/types';
export { maskitoPipe, maskitoTransform } from './lib/utils';
//# sourceMappingURL=index.d.ts.map
export declare type MaskitoElementPredicate = (element: HTMLElement) => HTMLInputElement | HTMLTextAreaElement;
export declare type MaskitoElementPredicateAsync = (element: HTMLElement) => Promise<HTMLInputElement | HTMLTextAreaElement>;
//# sourceMappingURL=element-predicate.d.ts.map
{
"name": "@maskito/core",
"version": "0.13.0",
"version": "0.14.0",
"description": "The main zero-dependency and framework-agnostic Maskito's package to create an input 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

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