
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
cordova-plugin-decimal-keyboard-wkwebview
Advanced tools
Cordova plugin decimal keyboard for wkwebview
Cordova plugin to show decimal keyboard on iOS devices.
Taken from mrchandoo's repo cordova-plugin-decimal-keyboard and merged with ericdesa WKWebView fix.
cordova plugin add --save cordova-plugin-decimal-keyboard-wkwebview
<input type="text" pattern="[0-9]*" decimal="true">
Input type number will not work, try to use text with [0-9] pattern instead.
<input type="text" pattern="[0-9]*" decimal="true" allow-multiple-decimals="true">
<input type="text" pattern="[0-9]*" decimal="true" allow-multiple-decimals="false" decimal-char=",">
If you want to localize decimal character, you can change using decimal-char attribute
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Cordova plugin decimal keyboard for wkwebview
The npm package cordova-plugin-decimal-keyboard-wkwebview receives a total of 82 weekly downloads. As such, cordova-plugin-decimal-keyboard-wkwebview popularity was classified as not popular.
We found that cordova-plugin-decimal-keyboard-wkwebview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.