New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nativescript-community/text

Package Overview
Dependencies
Maintainers
19
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/text - npm Package Compare versions

Comparing version
1.6.20
to
1.6.21
+2
-2
package.json
{
"name": "@nativescript-community/text",
"version": "1.6.20",
"version": "1.6.21",
"description": "Expands the capabilities of NativeScript's text property.",

@@ -40,3 +40,3 @@ "main": "./index",

"readmeFilename": "README.md",
"gitHead": "b181658dc1ad1df249c02d5be994b286be0c52ff"
"gitHead": "9eea57034453c0d613d8c04909546861abc21d83"
}

@@ -18,3 +18,2 @@ /*

public HeightSpan(float height) {
Log.d("JS", "HeightSpan " + height);
this.mHeight = (int) Math.ceil(height);

@@ -21,0 +20,0 @@ }