Socket
Socket
Sign inDemoInstall

@material/floating-label

Package Overview
Dependencies
Maintainers
13
Versions
1664
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/floating-label - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

18

dist/mdc.floatingLabel.d.ts

@@ -7,3 +7,3 @@ // Generated by dts-bundle v0.7.3

declare module 'mdc-floating-label' {
declare module '@material/floating-label' {
/**

@@ -31,8 +31,8 @@ * @license

*/
export * from 'mdc-floating-label/adapter';
export * from 'mdc-floating-label/component';
export * from 'mdc-floating-label/foundation';
export * from '@material/floating-label/adapter';
export * from '@material/floating-label/component';
export * from '@material/floating-label/foundation';
}
declare module 'mdc-floating-label/adapter' {
declare module '@material/floating-label/adapter' {
/**

@@ -92,3 +92,3 @@ * @license

declare module 'mdc-floating-label/component' {
declare module '@material/floating-label/component' {
/**

@@ -117,3 +117,3 @@ * @license

import { MDCComponent } from '@material/base/component';
import { MDCFloatingLabelFoundation } from 'mdc-floating-label/foundation';
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation';
export type MDCFloatingLabelFactory = (el: Element, foundation?: MDCFloatingLabelFoundation) => MDCFloatingLabel;

@@ -137,3 +137,3 @@ export class MDCFloatingLabel extends MDCComponent<MDCFloatingLabelFoundation> {

declare module 'mdc-floating-label/foundation' {
declare module '@material/floating-label/foundation' {
/**

@@ -162,3 +162,3 @@ * @license

import { MDCFoundation } from '@material/base/foundation';
import { MDCFloatingLabelAdapter } from 'mdc-floating-label/adapter';
import { MDCFloatingLabelAdapter } from '@material/floating-label/adapter';
export class MDCFloatingLabelFoundation extends MDCFoundation<MDCFloatingLabelAdapter> {

@@ -165,0 +165,0 @@ static readonly cssClasses: {

{
"name": "@material/floating-label",
"description": "The Material Components for the web floating-label component",
"version": "1.0.0-0",
"version": "1.0.0-1",
"license": "MIT",

@@ -24,9 +24,9 @@ "keywords": [

"dependencies": {
"@material/animation": "^1.0.0-0",
"@material/base": "^1.0.0-0",
"@material/animation": "^1.0.0-1",
"@material/base": "^1.0.0-1",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.0.0-0",
"@material/typography": "^1.0.0-0",
"@material/theme": "^1.0.0-1",
"@material/typography": "^1.0.0-1",
"tslib": "^1.9.3"
}
}

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