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

@rmwc/textfield

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/textfield - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

1

index.d.ts

@@ -78,2 +78,3 @@ import { SimpleTagPropsT } from '@rmwc/base';

renderIcon(iconNode: any, leadOrTrail: 'leadingIcon_' | 'trailingIcon_'): any;
sync(props: TextFieldPropsT): void;
render(): JSX.Element;

@@ -80,0 +81,0 @@ }

@@ -346,2 +346,9 @@ 'use strict';

}, {
key: 'sync',
value: function sync(props) {
if (props.value !== undefined) {
this.foundation_.setValue(props.value);
}
}
}, {
key: 'render',

@@ -395,3 +402,3 @@ value: function render() {

},
className: className + ' ' + this.classList.root_.renderToString(),
className: [className, this.classList.root_.renderToString()].filter(Boolean).join(' '),
style: style

@@ -398,0 +405,0 @@ }, this.propsList.root_.all()),

12

package.json
{
"name": "@rmwc/textfield",
"version": "3.0.4",
"version": "3.0.5",
"description": "RMWC TextField component",

@@ -30,8 +30,8 @@ "main": "index.js",

"@material/textfield": "~0.40.0",
"@rmwc/base": "^3.0.4",
"@rmwc/floating-label": "^3.0.4",
"@rmwc/icon": "^3.0.4",
"@rmwc/line-ripple": "^3.0.4",
"@rmwc/notched-outline": "^3.0.4"
"@rmwc/base": "^3.0.5",
"@rmwc/floating-label": "^3.0.5",
"@rmwc/icon": "^3.0.5",
"@rmwc/line-ripple": "^3.0.5",
"@rmwc/notched-outline": "^3.0.5"
}
}

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