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
2
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.1 to 2.0.2

2

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

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

@@ -10,7 +10,7 @@ # Angular Money Mask

```sh
$ npm install angular-money-directive --save
$ npm install ng-money-mask --save
```
or
```sh
$ bower install angular-money-directive --save
$ bower install ng-money-mask --save
```

@@ -27,2 +27,5 @@

```javascript
const moneyMask = require('ng-money-mask');
...
angular.module('yourApp', ['rw.moneymask'])

@@ -29,0 +32,0 @@ ```

@@ -10,7 +10,7 @@ # Máscara de Dinheiro para Angular

```sh
$ npm install angular-money-directive --save
$ npm install ng-money-mask --save
```
ou
```sh
$ bower install angular-money-directive --save
$ bower install ng-money-mask --save
```

@@ -27,2 +27,5 @@

```javascript
const moneyMask = require('ng-money-mask');
...
angular.module('seuApp', ['rw.moneymask'])

@@ -29,0 +32,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