🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

nativescript-material-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-material-core - npm Package Compare versions

Comparing version

to
2.3.14

@@ -6,2 +6,10 @@ # Change Log

## [2.3.14](https://github.com/Akylas/nativescript-material-components/compare/v2.3.13...v2.3.14) (2019-07-30)
**Note:** Version bump only for package nativescript-material-core
## [2.3.13](https://github.com/Akylas/nativescript-material-components/compare/v2.3.12...v2.3.13) (2019-07-30)

@@ -8,0 +16,0 @@

@@ -69,3 +69,3 @@ "use strict";

// return android.graphics.Color.argb(temp.a !== 255 ? temp.a / 255 : 0.14, temp.r / 255, temp.g / 255, temp.b); // default alpha is 0.14
return new color_1.Color(temp.a !== 255 ? temp.a : 36, temp.r, temp.g, temp.b).android; // default alpha is 0.14
return new color_1.Color(temp.a !== 255 ? temp.a : 61.5, temp.r, temp.g, temp.b).android; // default alpha is 0.24
}

@@ -72,0 +72,0 @@ return null;

@@ -102,3 +102,3 @@ "use strict";

// return UIColor.colorWithRedGreenBlueAlpha(temp.r / 255, temp.g / 255, temp.b, temp.a !== 255 ? temp.a / 255 : 0.14);
return new color_1.Color(temp.a !== 255 ? temp.a : 36, temp.r, temp.g, temp.b).ios; // default alpha is 0.14
return new color_1.Color(temp.a !== 255 ? temp.a : 61.5, temp.r, temp.g, temp.b).ios; // default alpha is 0.24
}

@@ -105,0 +105,0 @@ return null;

{
"name": "nativescript-material-core",
"version": "2.3.13",
"version": "2.3.14",
"description": "Material Core component",

@@ -34,3 +34,3 @@ "main": "./core",

"readmeFilename": "README.md",
"gitHead": "92f5ef5bba89651e4c0531a8791fece6dba396ac"
"gitHead": "dd17b3aaf16a8ba6457bc32fec49bab6c62b3753"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet