Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nativescript-community/ui-material-core

Package Overview
Dependencies
Maintainers
19
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/ui-material-core - npm Package Compare versions

Comparing version 7.2.13 to 7.2.14

4

index.android.js

@@ -196,3 +196,5 @@ import { Background, Button, Color, Length, PercentLength, Utils, View, androidDynamicElevationOffsetProperty, androidElevationProperty, backgroundInternalProperty } from '@nativescript/core';

}
return temp.setAlpha(alpha || 61.5).android;
// TODO: we cant use setAlpha until it is fixed in Nativescript or android will be undefined
return new Color(alpha || 61.5, temp.r, temp.g, temp.b).android;
// return temp.setAlpha(alpha || 61.5).android;
}

@@ -199,0 +201,0 @@ return null;

{
"name": "@nativescript-community/ui-material-core",
"version": "7.2.13",
"version": "7.2.14",
"description": "Material Core component",

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

"readmeFilename": "README.md",
"gitHead": "28202deef8ed033ef61b1e765f5e4d6a1fc56c52"
"gitHead": "d60fc8a4e056a792b7b71dc30e3c0c7dbc11f430"
}

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