Socket
Socket
Sign inDemoInstall

@fluentui/react-make-styles

Package Overview
Dependencies
Maintainers
11
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-make-styles - npm Package Compare versions

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

37

CHANGELOG.json

@@ -5,3 +5,38 @@ {

{
"date": "Thu, 25 Feb 2021 20:13:13 GMT",
"date": "Fri, 26 Feb 2021 01:10:33 GMT",
"tag": "@fluentui/react-make-styles_v9.0.0-alpha.4",
"version": "9.0.0-alpha.4",
"comments": {
"prerelease": [
{
"comment": "Update references to major-bumped packages",
"author": "elcraig@microsoft.com",
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
"package": "@fluentui/react-make-styles"
}
],
"patch": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.0.1",
"author": "elcraig@microsoft.com",
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
"package": "@fluentui/react-make-styles"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "elcraig@microsoft.com",
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
"package": "@fluentui/react-make-styles"
},
{
"comment": "Bump @fluentui/set-version to v8.0.1",
"author": "elcraig@microsoft.com",
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
"package": "@fluentui/react-make-styles"
}
]
}
},
{
"date": "Thu, 25 Feb 2021 20:16:39 GMT",
"tag": "@fluentui/react-make-styles_v9.0.0-alpha.3",

@@ -8,0 +43,0 @@ "version": "9.0.0-alpha.3",

# Change Log - @fluentui/react-make-styles
This log was last generated on Thu, 25 Feb 2021 20:13:13 GMT and should not be manually modified.
This log was last generated on Fri, 26 Feb 2021 01:10:33 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v9.0.0-alpha.4)
Fri, 26 Feb 2021 01:10:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-make-styles_v9.0.0-alpha.3..@fluentui/react-make-styles_v9.0.0-alpha.4)
### Patches
- Bump @fluentui/eslint-plugin to v1.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
- Bump @fluentui/scripts to v1.0.0 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
- Bump @fluentui/set-version to v8.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
### Changes
- Update references to major-bumped packages ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-make-styles_v9.0.0-alpha.3)
Thu, 25 Feb 2021 20:13:13 GMT
Thu, 25 Feb 2021 20:16:39 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-make-styles_v9.0.0-alpha.2..@fluentui/react-make-styles_v9.0.0-alpha.3)

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

2

lib-amd/version.js
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/react-make-styles', '9.0.0-alpha.3');
set_version_1.setVersion('@fluentui/react-make-styles', '9.0.0-alpha.4');
});
//# sourceMappingURL=version.js.map

@@ -6,3 +6,3 @@ "use strict";

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-make-styles', '9.0.0-alpha.3');
set_version_1.setVersion('@fluentui/react-make-styles', '9.0.0-alpha.4');
//# sourceMappingURL=version.js.map
// Do not modify this file; it is generated as part of publish.
// The checked in version is a placeholder only and will not be updated.
import { setVersion } from '@fluentui/set-version';
setVersion('@fluentui/react-make-styles', '9.0.0-alpha.3');
setVersion('@fluentui/react-make-styles', '9.0.0-alpha.4');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-make-styles",
"version": "9.0.0-alpha.3",
"version": "9.0.0-alpha.4",
"description": "React bindings for @fluentui/make-styles",

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

"devDependencies": {
"@fluentui/eslint-plugin": "^1.0.0-beta.2",
"@fluentui/eslint-plugin": "^1.0.1",
"@types/react": "16.9.42",

@@ -38,7 +38,7 @@ "@types/react-dom": "16.9.10",

"dependencies": {
"@fluentui/make-styles": "^9.0.0-alpha.1",
"@fluentui/set-version": "^8.0.0-beta.2",
"@fluentui/react-provider": "^9.0.0-alpha.3",
"@fluentui/react-theme": "^9.0.0-alpha.2",
"@fluentui/react-theme-provider": "^9.0.0-alpha.3",
"@fluentui/make-styles": "^9.0.0-alpha.2",
"@fluentui/set-version": "^8.0.1",
"@fluentui/react-provider": "^9.0.0-alpha.4",
"@fluentui/react-theme": "^9.0.0-alpha.3",
"@fluentui/react-theme-provider": "^9.0.0-alpha.4",
"tslib": "^1.10.0"

@@ -45,0 +45,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