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

@rmwc/notched-outline

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/notched-outline - npm Package Compare versions

Comparing version 6.0.0-alpha.13 to 6.0.0-alpha.14

1

dist/foundation.d.ts
/// <reference types="react" />
/// <reference types="@emotion/core" />
import { NotchedOutlineProps } from '.';

@@ -3,0 +4,0 @@ import { MDCNotchedOutlineFoundation } from '@material/notched-outline';

3

dist/foundation.js

@@ -33,3 +33,4 @@ "use strict";

var _a;
labelRef.current = ((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('label')) || undefined;
labelRef.current =
((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('.mdc-floating-label')) || undefined;
var label = labelRef.current;

@@ -36,0 +37,0 @@ if (label) {

/// <reference types="react" />
/// <reference types="@emotion/core" />
import { NotchedOutlineProps } from '.';

@@ -3,0 +4,0 @@ import { MDCNotchedOutlineFoundation } from '@material/notched-outline';

@@ -31,3 +31,4 @@ import { __assign, __rest } from "tslib";

var _a;
labelRef.current = ((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('label')) || undefined;
labelRef.current =
((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('.mdc-floating-label')) || undefined;
var label = labelRef.current;

@@ -34,0 +35,0 @@ if (label) {

{
"name": "@rmwc/notched-outline",
"version": "6.0.0-alpha.13",
"version": "6.0.0-alpha.14",
"description": "RMWC NotchedOutline component",

@@ -37,7 +37,7 @@ "main": "dist/index.js",

"dependencies": {
"@material/notched-outline": "^4.0.0",
"@rmwc/base": "^6.0.0-alpha.13",
"@material/notched-outline": "^5.1.0",
"@rmwc/base": "^6.0.0-alpha.14",
"@rmwc/types": "^6.0.0-alpha.13"
},
"gitHead": "158b04689970c533e176c43825a96c99e0770aeb"
"gitHead": "833ea31991033133952976e8b56237f4427939b6"
}

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