@material/snackbar
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "@material/snackbar", | ||
"description": "The Material Components for the web snackbar component", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"license": "Apache-2.0", | ||
@@ -18,4 +18,4 @@ "keywords": [ | ||
"@material/animation": "^0.3.1", | ||
"@material/base": "^0.2.4", | ||
"@material/button": "^0.4.0", | ||
"@material/base": "^0.2.5", | ||
"@material/button": "^0.4.1", | ||
"@material/rtl": "^0.1.7", | ||
@@ -22,0 +22,0 @@ "@material/theme": "^0.2.0", |
@@ -83,3 +83,3 @@ <!--docs: | ||
```javascript | ||
import {MDCSnackbar, MDCSnackbarFoundation} from 'mdc-snackbar'; | ||
import {MDCSnackbar, MDCSnackbarFoundation} from '@material/snackbar'; | ||
``` | ||
@@ -125,3 +125,3 @@ | ||
```javascript | ||
import {MDCSnackbar} from 'mdc-snackbar'; | ||
import {MDCSnackbar} from '@material/snackbar'; | ||
@@ -164,3 +164,3 @@ const snackbar = new MDCSnackbar(document.querySelector('.mdc-snackbar')); | ||
```js | ||
import {MDCSnackbar} from 'mdc-snackbar'; | ||
import {MDCSnackbar} from '@material/snackbar'; | ||
@@ -167,0 +167,0 @@ const snackbar = new MDCSnackbar(document.querySelector('.mdc-snackbar')); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
96220
0
Updated@material/base@^0.2.5
Updated@material/button@^0.4.1