New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-money-mask

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-money-mask - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "ng-money-mask",
"version": "2.0.0",
"version": "2.0.1",
"description": "Angular directive to mask inputs with currency values",

@@ -5,0 +5,0 @@ "main": "rw-money-mask.js",

@@ -80,3 +80,3 @@ (function () {

if(e.srcElement.selectionEnd != e.srcElement.selectionStart) {
if(e.currentTarget.selectionEnd != e.currentTarget.selectionStart) {
ngModelCtrl.$setViewValue(parseInt(char) / 100);

@@ -83,0 +83,0 @@ }

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