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

@rmwc/formfield

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/formfield - npm Package Compare versions

Comparing version 3.0.11 to 4.0.0

4

index.d.ts

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

theme?: string | string[] | undefined;
apiRef?: (<S>(api: S) => S) | undefined;
} & React.HTMLAttributes<any> & React.HTMLProps<any>): {

@@ -32,3 +31,2 @@ foundation_: {

theme?: string | string[] | undefined;
apiRef?: (<S>(api: S) => S) | undefined;
} & React.HTMLAttributes<any> & React.HTMLProps<any>;

@@ -41,3 +39,2 @@ componentDidMount(): void;

theme?: string | string[] | undefined;
apiRef?: (<S>(api: S) => S) | undefined;
} & React.HTMLAttributes<any> & React.HTMLProps<any>): void;

@@ -66,3 +63,2 @@ componentWillUnmount(): void;

theme?: string | string[] | undefined;
apiRef?: (<S>(api: S) => S) | undefined;
} & React.HTMLAttributes<any> & React.HTMLProps<any>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;

@@ -69,0 +65,0 @@ forceUpdate(callBack?: (() => void) | undefined): void;

8

index.js

@@ -14,3 +14,3 @@ 'use strict';

var _mdc = require('@material/form-field/dist/mdc.formField');
var _formField = require('@material/form-field');

@@ -55,5 +55,3 @@ var _base = require('@rmwc/base');

//$FlowFixMe
var _props = this.props,
apiRef = _props.apiRef,
rest = _objectWithoutProperties(_props, ['apiRef']);
var rest = _objectWithoutProperties(this.props, []);

@@ -68,3 +66,3 @@ var root_ = this.foundationRefs.root_;

}((0, _base.withFoundation)({
constructor: _mdc.MDCFormField,
constructor: _formField.MDCFormField,
adapter: {}

@@ -71,0 +69,0 @@ }));

{
"name": "@rmwc/formfield",
"version": "3.0.11",
"version": "4.0.0",
"description": "RMWC FormField component",

@@ -29,5 +29,5 @@ "main": "index.js",

"dependencies": {
"@material/form-field": "~0.40.0",
"@rmwc/base": "^3.0.11"
"@material/form-field": "~0.41.0",
"@rmwc/base": "^4.0.0"
}
}

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