@fluentui/react-label
Advanced tools
Comparing version 9.0.0-alpha.9 to 9.0.0-alpha.10
@@ -5,6 +5,51 @@ { | ||
{ | ||
"date": "Fri, 18 Jun 2021 07:29:18 GMT", | ||
"date": "Tue, 29 Jun 2021 07:29:59 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.10", | ||
"version": "9.0.0-alpha.10", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5", | ||
"package": "@fluentui/react-label" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 28 Jun 2021 07:35:16 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.9", | ||
"version": "9.0.0-alpha.9", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Migrate to new DX", | ||
"author": "tkrasniqi@microsoft.com", | ||
"commit": "5a6dd90efb20b162aa3883c34faa211b5620b334", | ||
"package": "@fluentui/react-label" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 21 Jun 2021 07:34:33 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.9", | ||
"version": "9.0.0-alpha.9", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18", | ||
"author": "miroslav.stastny@microsoft.com", | ||
"commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3", | ||
"package": "@fluentui/react-label" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 18 Jun 2021 07:30:58 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.9", | ||
"version": "9.0.0-alpha.9", | ||
"comments": { | ||
"prerelease": [ | ||
@@ -11,0 +56,0 @@ { |
# Change Log - @fluentui/react-label | ||
This log was last generated on Fri, 18 Jun 2021 07:29:18 GMT and should not be manually modified. | ||
This log was last generated on Tue, 29 Jun 2021 07:29:59 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.10) | ||
Tue, 29 Jun 2021 07:29:59 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.9..@fluentui/react-label_v9.0.0-alpha.10) | ||
### Changes | ||
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19 ([PR #18169](https://github.com/microsoft/fluentui/pull/18169) by olfedias@microsoft.com) | ||
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.9) | ||
Fri, 18 Jun 2021 07:29:18 GMT | ||
Fri, 18 Jun 2021 07:30:58 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.8..@fluentui/react-label_v9.0.0-alpha.9) | ||
@@ -11,0 +20,0 @@ |
{ | ||
"name": "@fluentui/react-label", | ||
"version": "9.0.0-alpha.9", | ||
"version": "9.0.0-alpha.10", | ||
"description": "Label component for FluentUI library.", | ||
@@ -20,10 +20,11 @@ "main": "lib-commonjs/index.js", | ||
"lint": "just-scripts lint", | ||
"start": "just-scripts dev:storybook", | ||
"start-test": "just-scripts jest-watch", | ||
"test": "just-scripts test", | ||
"update-snapshots": "just-scripts jest -u" | ||
"start": "storybook", | ||
"test": "jest", | ||
"docs": "api-extractor run --config=config/api-extractor.local.json --local", | ||
"build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/packages/react-label/src && yarn docs", | ||
"storybook": "start-storybook" | ||
}, | ||
"devDependencies": { | ||
"@fluentui/eslint-plugin": "^1.3.1", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.18", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.19", | ||
"@fluentui/react-conformance": "^0.4.1", | ||
@@ -43,3 +44,3 @@ "@fluentui/scripts": "^1.0.0", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.42", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.43", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.29", | ||
@@ -46,0 +47,0 @@ "tslib": "^2.1.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1770165
444
6091
14
2