Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-md/list

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/list - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0-alpha.0

34

CHANGELOG.md

@@ -6,29 +6,18 @@ # Change Log

# [2.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)
# [2.3.0-alpha.0](https://github.com/mlaursen/react-md/compare/v2.2.0...v2.3.0-alpha.0) (2020-09-01)
**Note:** Version bump only for package @react-md/list
**Note:** Version bump only for package [@react-md/list](../list)
# Change Log
# [2.2.0](https://github.com/mlaursen/react-md/compare/v2.1.2...v2.2.0) (2020-08-11)
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
**Note:** Version bump only for package [@react-md/list](../list)
## [2.1.2](https://github.com/mlaursen/react-md/compare/v2.1.1...v2.1.2) (2020-08-01)
**Note:** Version bump only for package @react-md/list
**Note:** Version bump only for package [@react-md/list](../list)
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.1.1](https://github.com/mlaursen/react-md/compare/v2.1.0...v2.1.1) (2020-07-21)
**Note:** Version bump only for package @react-md/list
**Note:** Version bump only for package [@react-md/list](../list)
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.1.0](https://github.com/mlaursen/react-md/compare/v2.0.4...v2.1.0) (2020-07-12)

@@ -38,10 +27,5 @@

- ListItem disabled states
- `ListItem` disabled states
([7b37292](https://github.com/mlaursen/react-md/commit/7b372926289d0c1cdab76dbea9cb298e7594dfa9))
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.2](https://github.com/mlaursen/react-md/compare/v2.0.1...v2.0.2) (2020-06-30)

@@ -53,5 +37,5 @@

([50c9021](https://github.com/mlaursen/react-md/commit/50c9021cedc0d642758b9fd541bb6c93d2fe1786))
- Added sideEffects field to package.json
- Added `sideEffects` field to `package.json`
([31820b9](https://github.com/mlaursen/react-md/commit/31820b9b43705e5849664500a17b6849eb6dc2a9))
- sideEffects formatting
- `sideEffects` formatting
([78a7b6b](https://github.com/mlaursen/react-md/commit/78a7b6b0e40c7daefb749835670705f21bd21720))

@@ -58,0 +42,0 @@

{
"name": "@react-md/list",
"version": "2.2.0",
"version": "2.3.0-alpha.0",
"description": "This package is used to create lists with the material design specs.",

@@ -45,9 +45,9 @@ "scripts": {

"dependencies": {
"@react-md/avatar": "^2.2.0",
"@react-md/divider": "^2.1.2",
"@react-md/icon": "^2.1.2",
"@react-md/states": "^2.1.2",
"@react-md/theme": "^2.1.2",
"@react-md/typography": "^2.1.2",
"@react-md/utils": "^2.1.0",
"@react-md/avatar": "^2.3.0-alpha.0",
"@react-md/divider": "^2.3.0-alpha.0",
"@react-md/icon": "^2.3.0-alpha.0",
"@react-md/states": "^2.3.0-alpha.0",
"@react-md/theme": "^2.3.0-alpha.0",
"@react-md/typography": "^2.3.0-alpha.0",
"@react-md/utils": "^2.3.0-alpha.0",
"classnames": "^2.2.6"

@@ -68,3 +68,3 @@ },

},
"gitHead": "0a4024848493b6ef1ed37c591ac68781360b8f45"
"gitHead": "1026b00201cb5ab60735372acd9b8abd26cc3c05"
}

@@ -9,3 +9,3 @@ # @react-md/list

```sh
$ npm install --save @react-md/list
npm install --save @react-md/list
```

@@ -17,8 +17,8 @@

```sh
$ npm install --save @react-md/theme \
@react-md/typography \
@react-md/divider \
@react-md/avatar \
@react-md/icon \
@react-md/media
npm install --save @react-md/theme \
@react-md/typography \
@react-md/divider \
@react-md/avatar \
@react-md/icon \
@react-md/media
```

@@ -25,0 +25,0 @@

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