Socket
Socket
Sign inDemoInstall

ember-mask-input

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-mask-input - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

addon/components/ember-mask-input.js

@@ -66,3 +66,3 @@ import Component from '@glimmer/component';

let valueToBeSent = this.args.bindMasked === 'true' ? maskedValue : unmaskedValue;
let valueToBeSent = this.args.bindMasked === true ? maskedValue : unmaskedValue;

@@ -69,0 +69,0 @@ // store current positions in variables

{
"name": "ember-mask-input",
"version": "4.0.0",
"version": "4.0.1",
"description": "Ember input component that uses jquery-mask-plugin",

@@ -5,0 +5,0 @@ "keywords": [

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