Socket
Socket
Sign inDemoInstall

nativescript-textfield-ex

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "nativescript-textfield-ex",
"version": "1.0.0",
"version": "1.0.1",
"description": "TextField with extended KeyboardType.",

@@ -5,0 +5,0 @@ "main": "textfield-ex",

@@ -56,3 +56,2 @@ "use strict";

this._defaultImplementation.textFieldDidBeginEditing(textField);
textField.selectedTextRange = textField.textRangeFromPositionToPosition(textField.beginningOfDocument, textField.beginningOfDocument);
};

@@ -59,0 +58,0 @@ TextFieldExDelegate.prototype.textFieldDidEndEditing = function (textField) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc