Socket
Socket
Sign inDemoInstall

@material/notched-outline

Package Overview
Dependencies
Maintainers
13
Versions
1659
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/notched-outline - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

18

dist/mdc.notchedOutline.d.ts

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

declare module 'mdc-notched-outline' {
declare module '@material/notched-outline' {
/**

@@ -30,8 +30,8 @@ * @license

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

@@ -64,3 +64,3 @@ * Defines the shape of the adapter expected by the foundation.

declare module 'mdc-notched-outline/component' {
declare module '@material/notched-outline/component' {
/**

@@ -89,3 +89,3 @@ * @license

import { MDCComponent } from '@material/base/component';
import { MDCNotchedOutlineFoundation } from 'mdc-notched-outline/foundation';
import { MDCNotchedOutlineFoundation } from '@material/notched-outline/foundation';
export type MDCNotchedOutlineFactory = (el: Element, foundation?: MDCNotchedOutlineFoundation) => MDCNotchedOutline;

@@ -108,3 +108,3 @@ export class MDCNotchedOutline extends MDCComponent<MDCNotchedOutlineFoundation> {

declare module 'mdc-notched-outline/foundation' {
declare module '@material/notched-outline/foundation' {
/**

@@ -133,3 +133,3 @@ * @license

import { MDCFoundation } from '@material/base/foundation';
import { MDCNotchedOutlineAdapter } from 'mdc-notched-outline/adapter';
import { MDCNotchedOutlineAdapter } from '@material/notched-outline/adapter';
export class MDCNotchedOutlineFoundation extends MDCFoundation<MDCNotchedOutlineAdapter> {

@@ -136,0 +136,0 @@ static readonly strings: {

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

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

"dependencies": {
"@material/animation": "^1.0.0-0",
"@material/base": "^1.0.0-0",
"@material/floating-label": "^1.0.0-0",
"@material/animation": "^1.0.0-1",
"@material/base": "^1.0.0-1",
"@material/floating-label": "^1.0.0-1",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.0.0-0",
"@material/theme": "^1.0.0-0",
"@material/shape": "^1.0.0-1",
"@material/theme": "^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