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.16 to 5.0.17

8

CHANGELOG.md

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

## [5.0.17](https://github.com/Akylas/nativescript-material-components/compare/v5.0.16...v5.0.17) (2020-10-09)
**Note:** Version bump only for package @nativescript-community/ui-material-core
## [5.0.16](https://github.com/Akylas/nativescript-material-components/compare/v5.0.15...v5.0.16) (2020-10-08)

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

4

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

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

"readmeFilename": "README.md",
"gitHead": "ab4489246e4c747580faca24e6d7684c163d53a2",
"gitHead": "be94cb02787b09b9aacb3836e357e50464ca6517",
"dependencies": {

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

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

export declare const errorProperty: CssProperty<Style, string>;
export declare const maxLengthProperty: CssProperty<Style, number>;
export declare const counterMaxLengthProperty: CssProperty<Style, number>;
export declare const floatingProperty: CssProperty<Style, boolean>;

@@ -9,0 +9,0 @@ export declare const floatingColorProperty: CssProperty<Style, Color>;

@@ -26,8 +26,8 @@ import { Color, CssProperty, Style, booleanConverter } from '@nativescript/core';

errorProperty.register(Style);
export const maxLengthProperty = new CssProperty({
name: 'maxLength',
cssName: 'max-length',
export const counterMaxLengthProperty = new CssProperty({
name: 'counterMaxLength',
cssName: 'counter-max-length',
valueConverter: v => parseFloat(v)
});
maxLengthProperty.register(Style);
counterMaxLengthProperty.register(Style);
export const floatingProperty = new CssProperty({

@@ -34,0 +34,0 @@ name: 'floating',

Sorry, the diff of this file is not supported yet

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