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 Versions

1
45

0.5.0

Diff

Changelog

Source

0.5.0 (2023-03-09)

🚀 Features

  • core: new utility maskitoTransform(value, maskitoOptions) (#177) (20316f1)
  • kit: new utility maskitoParseNumber (#178) (fc58141)

🐞 Bug Fixes

  • kit: Number mask throws an error on empty string in thousandSeparator (#176) (cd52fad)
nsbarsukov
published 0.4.0 •

Changelog

Source

0.4.0 (2023-03-02)

🚀 Features

🐞 Bug Fixes

  • kit: Number pads empty integer part when paste from clipboard (#168) (d043a82)
nsbarsukov
published 0.3.0 •

Changelog

Source

0.3.0 (2023-03-01)

🚀 Features

  • angular: add other maskito packages to ng-update.packageGroup of package.json (#161) (bdecdaa)

🐞 Bug Fixes

  • kit: Date-mask fix wrong year that appears using the min property (#157) (544e891)
nsbarsukov
published 0.2.0 •

Changelog

Source

0.2.0 (2023-02-28)

🚀 Features

🐞 Bug Fixes

  • kit: Number is now replacing hyphen, en-dash and em-dash with minus sign (#153) (1f21f11)
nsbarsukov
published 0.1.1 •

Changelog

Source

0.1.1 (2023-02-15)

🐞 Bug Fixes

  • core: Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (#131) (41e05c0)
nsbarsukov
published 0.1.0 •

Changelog

Source

0.1.0 (2023-02-14)

This release introduces the first publishing of the following packages:

  • @maskito/core <br /> It is the main zero-dependency and framework-agnostic package. It can be used alone in Vanilla JavaScript project. It listens beforeinput and input events to validate and calibrate textfield's value. <br /> Read more: https://maskito.dev/core-concepts/overview
  • @maskito/kit <br /> The optional framework-agnostic package. It contains ready-to-use masks with configurable parameters. This release introduces the following masks:
  • @maskito/angular<br /> The Angular-specific library. It provides two convenient ways of using Maskito:
    • Basic directive approach (when developer has direct access to native input element).
    • Dependency Injection approach (when native input element is hidden somewhere deep inside another component).
1
45
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