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
7
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 5.0.8 to 5.0.9

pnpm-lock.yaml

8

CHANGELOG.md

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

## [5.0.9](https://github.com/nativescript-community/ui-material-components/compare/v5.0.8...v5.0.9) (2020-09-27)
**Note:** Version bump only for package @nativescript-community/ui-material-core
## [5.0.8](https://github.com/nativescript-community/ui-material-components/compare/v5.0.7...v5.0.8) (2020-09-24)

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

4

package.json
{
"name": "@nativescript-community/ui-material-core",
"version": "5.0.8",
"version": "5.0.9",
"description": "Material Core component",

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

"readmeFilename": "README.md",
"gitHead": "e8c48d561f03c48e3819c6cda443588612be3841",
"gitHead": "a1612aede98416d1033bbb52cda5dbea119fd46b",
"dependencies": {

@@ -50,0 +50,0 @@ "@nativescript/hook": "~2.0.0"

@@ -11,3 +11,4 @@ import { Color, CssProperty, Style } from '@nativescript/core';

export declare const strokeInactiveColorProperty: CssProperty<Style, Color>;
export declare const strokeDisabledColorProperty: CssProperty<Style, Color>;
export declare const buttonColorProperty: CssProperty<Style, Color>;
export declare const digitsProperty: CssProperty<Style, string>;

@@ -58,3 +58,9 @@ import { Color, CssProperty, Style, booleanConverter } from '@nativescript/core';

});
strokeInactiveColorProperty.register(Style);
export const strokeDisabledColorProperty = new CssProperty({
name: 'strokeDisabledColor',
cssName: 'stroke-disabled-color',
equalityComparer: Color.equals,
valueConverter: v => new Color(v)
});
strokeDisabledColorProperty.register(Style);
export const buttonColorProperty = new CssProperty({

@@ -61,0 +67,0 @@ name: 'buttonColor',

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