New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@react-md/layout

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/layout - npm Package Compare versions

Comparing version
5.1.1
to
5.1.2
+12
-0
CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [5.1.2](https://github.com/mlaursen/react-md/compare/v5.1.1...v5.1.2) (2022-04-02)
### Other Internal Changes
* **@react-md/layout:** Update snapshots after updating tree component ([ec84800](https://github.com/mlaursen/react-md/commit/ec8480078c37f56f65250dd46d77b3ffe41280ac))
## [5.1.1](https://github.com/mlaursen/react-md/compare/v5.1.0...v5.1.1) (2022-04-01)

@@ -8,0 +20,0 @@

+18
-18
{
"name": "@react-md/layout",
"version": "5.1.1",
"version": "5.1.2",
"description": "This package is used to configure most of react-md as well as create some pre-defined layouts",

@@ -36,18 +36,18 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/app-bar": "^5.1.0",
"@react-md/dialog": "^5.1.0",
"@react-md/divider": "^5.1.0",
"@react-md/form": "^5.1.1",
"@react-md/icon": "^5.1.0",
"@react-md/link": "^5.1.0",
"@react-md/list": "^5.1.0",
"@react-md/menu": "^5.1.1",
"@react-md/sheet": "^5.1.1",
"@react-md/states": "^5.1.0",
"@react-md/theme": "^5.1.0",
"@react-md/tooltip": "^5.1.0",
"@react-md/transition": "^5.1.0",
"@react-md/tree": "^5.1.1",
"@react-md/typography": "^5.1.0",
"@react-md/utils": "^5.1.0",
"@react-md/app-bar": "^5.1.2",
"@react-md/dialog": "^5.1.2",
"@react-md/divider": "^5.1.2",
"@react-md/form": "^5.1.2",
"@react-md/icon": "^5.1.2",
"@react-md/link": "^5.1.2",
"@react-md/list": "^5.1.2",
"@react-md/menu": "^5.1.2",
"@react-md/sheet": "^5.1.2",
"@react-md/states": "^5.1.2",
"@react-md/theme": "^5.1.2",
"@react-md/tooltip": "^5.1.2",
"@react-md/transition": "^5.1.2",
"@react-md/tree": "^5.1.2",
"@react-md/typography": "^5.1.2",
"@react-md/utils": "^5.1.2",
"classnames": "^2.3.1"

@@ -75,3 +75,3 @@ },

},
"gitHead": "210e13849efe153164276df74e738f4c16c28865"
"gitHead": "ec7de5dc79a69109f96600fa368d7be67fb20296"
}