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

@fluentui/react-divider

Package Overview
Dependencies
Maintainers
12
Versions
1003
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-divider - npm Package Compare versions

Comparing version

to
9.0.0-alpha.15

25

CHANGELOG.json

@@ -5,3 +5,26 @@ {

{
"date": "Wed, 21 Apr 2021 07:29:05 GMT",
"date": "Thu, 22 Apr 2021 07:31:20 GMT",
"tag": "@fluentui/react-divider_v9.0.0-alpha.15",
"version": "9.0.0-alpha.15",
"comments": {
"none": [
{
"comment": "Adds snapshot serializer to converged component",
"author": "bsunderhus@microsoft.com",
"commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
"package": "@fluentui/react-divider"
}
],
"prerelease": [
{
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2",
"author": "bsunderhus@microsoft.com",
"commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
"package": "@fluentui/react-divider"
}
]
}
},
{
"date": "Wed, 21 Apr 2021 07:31:50 GMT",
"tag": "@fluentui/react-divider_v9.0.0-alpha.14",

@@ -8,0 +31,0 @@ "version": "9.0.0-alpha.14",

# Change Log - @fluentui/react-divider
This log was last generated on Wed, 21 Apr 2021 07:29:05 GMT and should not be manually modified.
This log was last generated on Thu, 22 Apr 2021 07:31:20 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.15)
Thu, 22 Apr 2021 07:31:20 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.14..@fluentui/react-divider_v9.0.0-alpha.15)
### Changes
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2 ([PR #17826](https://github.com/microsoft/fluentui/pull/17826) by bsunderhus@microsoft.com)
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.14)
Wed, 21 Apr 2021 07:29:05 GMT
Wed, 21 Apr 2021 07:31:50 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.13..@fluentui/react-divider_v9.0.0-alpha.14)

@@ -11,0 +20,0 @@

7

package.json
{
"name": "@fluentui/react-divider",
"version": "9.0.0-alpha.14",
"version": "9.0.0-alpha.15",
"description": "Fluent UI component to visually separate content.",

@@ -27,2 +27,3 @@ "main": "lib-commonjs/index.js",

"@fluentui/eslint-plugin": "^1.1.0",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.2",
"@fluentui/react-conformance": "^0.2.5",

@@ -42,4 +43,4 @@ "@fluentui/scripts": "^1.0.0",

"dependencies": {
"@fluentui/react-make-styles": "^9.0.0-alpha.24",
"@fluentui/react-utilities": "^9.0.0-alpha.17",
"@fluentui/react-make-styles": "^9.0.0-alpha.25",
"@fluentui/react-utilities": "^9.0.0-alpha.18",
"tslib": "^1.10.0"

@@ -46,0 +47,0 @@ },