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

@react-md/table

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/table - npm Package Compare versions

Comparing version
5.1.3
to
5.1.4
+10
-0
CHANGELOG.md

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

## [5.1.4](https://github.com/mlaursen/react-md/compare/v5.1.3...v5.1.4) (2022-06-16)
### Bug Fixes
* add missing dependencies ([5329812](https://github.com/mlaursen/react-md/commit/532981291e7c30018a151400cb891b693255ed78))
## [5.1.3](https://github.com/mlaursen/react-md/compare/v5.1.2...v5.1.3) (2022-05-07)

@@ -8,0 +18,0 @@

+5
-3
{
"name": "@react-md/table",
"version": "5.1.3",
"version": "5.1.4",
"description": "Create responsive data tables and accessible fixed tables",

@@ -33,4 +33,6 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/button": "^5.1.3",
"@react-md/divider": "^5.1.3",
"@react-md/form": "^5.1.3",
"@react-md/form": "^5.1.4",
"@react-md/icon": "^5.1.3",
"@react-md/theme": "^5.1.3",

@@ -61,3 +63,3 @@ "@react-md/transition": "^5.1.3",

},
"gitHead": "72bde657f033353fc3e56c48185defa895cfa81c"
"gitHead": "3c8900eeea5969511ac8e1e5c626b9a320233a93"
}