New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rmwc/floating-label

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/floating-label - npm Package Compare versions

Comparing version 6.0.14 to 6.1.1

1

dist/foundation.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useFloatingLabelFoundation = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var base_1 = require("@rmwc/base");

2

dist/index.d.ts

@@ -12,5 +12,5 @@ import * as RMWC from '@rmwc/types';

<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<FloatingLabelProps & {
apiRef?: ((api: FloatingLabelApi) => void) | undefined;
apiRef?: ((api: FloatingLabelApi | null) => void) | undefined;
}, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element;
displayName: string;
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FloatingLabel = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react"));

@@ -12,5 +12,5 @@ import * as RMWC from '@rmwc/types';

<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<FloatingLabelProps & {
apiRef?: ((api: FloatingLabelApi) => void) | undefined;
apiRef?: ((api: FloatingLabelApi | null) => void) | undefined;
}, React.HTMLProps<HTMLElement>, Tag>, ref: any): JSX.Element;
displayName: string;
};
{
"name": "@rmwc/floating-label",
"version": "6.0.14",
"version": "6.1.1",
"description": "RMWC FloatingLabel component",

@@ -43,3 +43,3 @@ "main": "dist/index.js",

},
"gitHead": "4ee07fdccaec6eae22a6adf9c3232d809492bafd"
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
}
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