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

@rmwc/select

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/select - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

2

index.d.ts

@@ -22,2 +22,4 @@ import { SimpleTagPropsT } from '@rmwc/base';

className?: string;
/** Styles to be applied to the root of the component. */
style?: Object;
} & SimpleTagPropsT & React.InputHTMLAttributes<HTMLInputElement>;

@@ -24,0 +26,0 @@ export declare const SelectRoot: React.ComponentType<SelectPropsT>;

6

index.js

@@ -145,3 +145,4 @@ 'use strict';

apiRef = _props.apiRef,
rest = _objectWithoutProperties(_props, ['placeholder', 'children', 'value', 'outlined', 'label', 'options', 'className', 'rootProps', 'apiRef']);
style = _props.style,
rest = _objectWithoutProperties(_props, ['placeholder', 'children', 'value', 'outlined', 'label', 'options', 'className', 'rootProps', 'apiRef', 'style']);

@@ -157,3 +158,4 @@ var root_ = this.foundationRefs.root_;

elementRef: root_,
className: className
className: className,
style: style
}),

@@ -160,0 +162,0 @@ React.createElement(

{
"name": "@rmwc/select",
"version": "3.0.4",
"version": "3.0.5",
"description": "RMWC Select component",

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

"@material/select": "~0.40.0",
"@rmwc/base": "^3.0.4",
"@rmwc/floating-label": "^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/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