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

@material/snackbar

Package Overview
Dependencies
Maintainers
13
Versions
1684
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/snackbar - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

28

dist/mdc.snackbar.d.ts

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

declare module 'mdc-snackbar' {
declare module '@material/snackbar' {
/**

@@ -30,11 +30,11 @@ * @license

*/
import * as util from 'mdc-snackbar/util';
import * as util from '@material/snackbar/util';
export { util };
export * from 'mdc-snackbar/adapter';
export * from 'mdc-snackbar/component';
export * from 'mdc-snackbar/foundation';
export * from 'mdc-snackbar/types';
export * from '@material/snackbar/adapter';
export * from '@material/snackbar/component';
export * from '@material/snackbar/foundation';
export * from '@material/snackbar/types';
}
declare module 'mdc-snackbar/util' {
declare module '@material/snackbar/util' {
/**

@@ -66,3 +66,3 @@ * @license

declare module 'mdc-snackbar/adapter' {
declare module '@material/snackbar/adapter' {
/**

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

declare module 'mdc-snackbar/component' {
declare module '@material/snackbar/component' {
/**

@@ -111,4 +111,4 @@ * @license

import { MDCComponent } from '@material/base/component';
import { MDCSnackbarFoundation } from 'mdc-snackbar/foundation';
import { MDCSnackbarAnnouncerFactory } from 'mdc-snackbar/types';
import { MDCSnackbarFoundation } from '@material/snackbar/foundation';
import { MDCSnackbarAnnouncerFactory } from '@material/snackbar/types';
export class MDCSnackbar extends MDCComponent<MDCSnackbarFoundation> {

@@ -135,3 +135,3 @@ static attachTo(root: Element): MDCSnackbar;

declare module 'mdc-snackbar/foundation' {
declare module '@material/snackbar/foundation' {
/**

@@ -160,3 +160,3 @@ * @license

import { MDCFoundation } from '@material/base/foundation';
import { MDCSnackbarAdapter } from 'mdc-snackbar/adapter';
import { MDCSnackbarAdapter } from '@material/snackbar/adapter';
export class MDCSnackbarFoundation extends MDCFoundation<MDCSnackbarAdapter> {

@@ -211,3 +211,3 @@ static readonly cssClasses: {

declare module 'mdc-snackbar/types' {
declare module '@material/snackbar/types' {
/**

@@ -214,0 +214,0 @@ * @license

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

@@ -20,14 +20,14 @@ "keywords": [

"dependencies": {
"@material/animation": "^1.0.0-0",
"@material/base": "^1.0.0-0",
"@material/button": "^1.0.0-0",
"@material/dom": "^1.0.0-0",
"@material/icon-button": "^1.0.0-0",
"@material/ripple": "^1.0.0-0",
"@material/animation": "^1.0.0-1",
"@material/base": "^1.0.0-1",
"@material/button": "^1.0.0-1",
"@material/dom": "^1.0.0-1",
"@material/icon-button": "^1.0.0-1",
"@material/ripple": "^1.0.0-1",
"@material/rtl": "^0.42.0",
"@material/shape": "^1.0.0-0",
"@material/theme": "^1.0.0-0",
"@material/typography": "^1.0.0-0",
"@material/shape": "^1.0.0-1",
"@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