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
963
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 9.0.0-alpha.26 to 9.0.0-alpha.27

45

CHANGELOG.json

@@ -5,3 +5,46 @@ {

{
"date": "Wed, 19 May 2021 07:30:20 GMT",
"date": "Thu, 20 May 2021 07:34:56 GMT",
"tag": "@fluentui/react-divider_v9.0.0-alpha.27",
"version": "9.0.0-alpha.27",
"comments": {
"none": [
{
"comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
"author": "elcraig@microsoft.com",
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
"package": "@fluentui/react-divider"
}
],
"prerelease": [
{
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.10",
"author": "elcraig@microsoft.com",
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
"package": "@fluentui/react-divider"
}
],
"patch": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.3.0",
"author": "elcraig@microsoft.com",
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
"package": "@fluentui/react-divider"
},
{
"comment": "Bump @fluentui/react-conformance to v0.4.0",
"author": "elcraig@microsoft.com",
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
"package": "@fluentui/react-divider"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "elcraig@microsoft.com",
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
"package": "@fluentui/react-divider"
}
]
}
},
{
"date": "Wed, 19 May 2021 07:34:20 GMT",
"tag": "@fluentui/react-divider_v9.0.0-alpha.26",

@@ -8,0 +51,0 @@ "version": "9.0.0-alpha.26",

# Change Log - @fluentui/react-divider
This log was last generated on Wed, 19 May 2021 07:30:20 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 07:34:56 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.27)
Thu, 20 May 2021 07:34:56 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.26..@fluentui/react-divider_v9.0.0-alpha.27)
### Patches
- Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
- Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com)
- Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
### Changes
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.10 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.0.0-alpha.26)
Wed, 19 May 2021 07:30:20 GMT
Wed, 19 May 2021 07:34:20 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.0.0-alpha.25..@fluentui/react-divider_v9.0.0-alpha.26)

@@ -11,0 +26,0 @@

4

lib-amd/common/isConformant.d.ts
import { IsConformantOptions } from '@fluentui/react-conformance';
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void;
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
componentPath?: string;
}): void;
import { IsConformantOptions } from '@fluentui/react-conformance';
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void;
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
componentPath?: string;
}): void;
import { IsConformantOptions } from '@fluentui/react-conformance';
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void;
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
componentPath?: string;
}): void;
{
"name": "@fluentui/react-divider",
"version": "9.0.0-alpha.26",
"version": "9.0.0-alpha.27",
"description": "Fluent UI component to visually separate content.",

@@ -26,6 +26,6 @@ "main": "lib-commonjs/index.js",

"devDependencies": {
"@fluentui/babel-make-styles": "^9.0.0-alpha.9",
"@fluentui/eslint-plugin": "^1.2.0",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.12",
"@fluentui/react-conformance": "^0.3.1",
"@fluentui/babel-make-styles": "^9.0.0-alpha.10",
"@fluentui/eslint-plugin": "^1.3.0",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.13",
"@fluentui/react-conformance": "^0.4.0",
"@fluentui/scripts": "^1.0.0",

@@ -44,4 +44,4 @@ "@types/enzyme": "3.10.3",

"dependencies": {
"@fluentui/react-make-styles": "^9.0.0-alpha.35",
"@fluentui/react-utilities": "^9.0.0-alpha.22",
"@fluentui/react-make-styles": "^9.0.0-alpha.36",
"@fluentui/react-utilities": "^9.0.0-alpha.23",
"tslib": "^2.1.0"

@@ -48,0 +48,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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