Socket
Socket
Sign inDemoInstall

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
11
Versions
826
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-utilities - npm Package Compare versions

Comparing version 9.0.0-alpha.4 to 9.0.0-alpha.5

25

CHANGELOG.json

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

{
"date": "Tue, 02 Mar 2021 07:21:38 GMT",
"date": "Wed, 03 Mar 2021 00:05:15 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.5",
"version": "9.0.0-alpha.5",
"comments": {
"prerelease": [
{
"comment": "Remove set-version dependency from converged components",
"author": "miroslav.stastny@microsoft.com",
"commit": "712ca04cd82ad2b3426762a409cdce05a7cc80fc",
"package": "@fluentui/react-utilities"
}
],
"patch": [
{
"comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.2",
"author": "elcraig@microsoft.com",
"commit": "9fa8d85af3c60daab15f5a91ec876c8648b018f2",
"package": "@fluentui/react-utilities"
}
]
}
},
{
"date": "Tue, 02 Mar 2021 07:24:27 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.4",

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

# Change Log - @fluentui/react-utilities
This log was last generated on Tue, 02 Mar 2021 07:21:38 GMT and should not be manually modified.
This log was last generated on Wed, 03 Mar 2021 00:05:15 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.5)
Wed, 03 Mar 2021 00:05:15 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.4..@fluentui/react-utilities_v9.0.0-alpha.5)
### Patches
- Bump @fluentui/jest-serializer-merge-styles to v8.0.2 ([PR #17246](https://github.com/microsoft/fluentui/pull/17246) by elcraig@microsoft.com)
### Changes
- Remove set-version dependency from converged components ([PR #17211](https://github.com/microsoft/fluentui/pull/17211) by miroslav.stastny@microsoft.com)
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.4)
Tue, 02 Mar 2021 07:21:38 GMT
Tue, 02 Mar 2021 07:24:27 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.3..@fluentui/react-utilities_v9.0.0-alpha.4)

@@ -11,0 +24,0 @@

1

lib-amd/index.d.ts

@@ -1,4 +0,3 @@

import './version';
export * from './compose/index';
export * from './hooks/index';
export * from './utils/index';

@@ -1,2 +0,2 @@

define(["require", "exports", "tslib", "./compose/index", "./hooks/index", "./utils/index", "./version"], function (require, exports, tslib_1, index_1, index_2, index_3) {
define(["require", "exports", "tslib", "./compose/index", "./hooks/index", "./utils/index"], function (require, exports, tslib_1, index_1, index_2, index_3) {
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,4 +0,3 @@

import './version';
export * from './compose/index';
export * from './hooks/index';
export * from './utils/index';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
require("./version");
tslib_1.__exportStar(require("./compose/index"), exports);

@@ -6,0 +5,0 @@ tslib_1.__exportStar(require("./hooks/index"), exports);

@@ -1,4 +0,3 @@

import './version';
export * from './compose/index';
export * from './hooks/index';
export * from './utils/index';

@@ -1,2 +0,1 @@

import './version';
export * from './compose/index';

@@ -3,0 +2,0 @@ export * from './hooks/index';

{
"name": "@fluentui/react-utilities",
"version": "9.0.0-alpha.4",
"version": "9.0.0-alpha.5",
"description": "A set of general React-specific utilities.",

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

"@fluentui/eslint-plugin": "^1.0.1",
"@fluentui/jest-serializer-merge-styles": "^8.0.1",
"@fluentui/jest-serializer-merge-styles": "^8.0.2",
"@fluentui/scripts": "^1.0.0",

@@ -46,3 +46,2 @@ "@testing-library/react-hooks": "^5.0.3",

"dependencies": {
"@fluentui/set-version": "^8.0.1",
"tslib": "^1.10.0"

@@ -49,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