Socket
Socket
Sign inDemoInstall

@fluentui/theme

Package Overview
Dependencies
Maintainers
11
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/theme - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

15

CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"date": "Fri, 26 Feb 2021 21:26:52 GMT",
"tag": "@fluentui/theme_v1.7.4",
"version": "1.7.4",
"comments": {
"patch": [
{
"comment": "Publish packages with names that also exist in master under dist-tag lts-7",
"author": "elcraig@microsoft.com",
"commit": "deaecebffee8e4fd004cc5951d199bdee5585015",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Fri, 15 Jan 2021 12:25:31 GMT",

@@ -7,0 +22,0 @@ "tag": "@fluentui/theme_v1.7.1",

11

CHANGELOG.md
# Change Log - @fluentui/theme
This log was last generated on Fri, 15 Jan 2021 12:25:31 GMT and should not be manually modified.
This log was last generated on Fri, 26 Feb 2021 21:26:52 GMT and should not be manually modified.
<!-- Start content -->
## [1.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.7.4)
Fri, 26 Feb 2021 21:26:52 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.7.1..@fluentui/theme_v1.7.4)
### Patches
- Publish packages with names that also exist in master under dist-tag lts-7 ([PR #17191](https://github.com/microsoft/fluentui/pull/17191) by elcraig@microsoft.com)
## [1.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.7.1)

@@ -8,0 +17,0 @@

2

lib-amd/version.js
define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/theme', '1.7.2');
set_version_1.setVersion('@fluentui/theme', '1.7.3');
});
//# sourceMappingURL=version.js.map

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

var set_version_1 = require("@uifabric/set-version");
set_version_1.setVersion('@fluentui/theme', '1.7.2');
set_version_1.setVersion('@fluentui/theme', '1.7.3');
//# 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 '@uifabric/set-version';
setVersion('@fluentui/theme', '1.7.2');
setVersion('@fluentui/theme', '1.7.3');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "1.7.3",
"version": "1.7.4",
"description": "Basic building blocks for Fluent UI React Component themes",

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

"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@fluentui/eslint-plugin": "^0.54.2",
"@types/enzyme": "3.10.3",

@@ -46,5 +46,5 @@ "@types/enzyme-adapter-react-16": "1.0.3",

"dependencies": {
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/utilities": "^7.33.4",
"@uifabric/set-version": "^7.0.23",
"@uifabric/merge-styles": "^7.19.2",
"@uifabric/utilities": "^7.33.5",
"@uifabric/set-version": "^7.0.24",
"tslib": "^1.10.0"

@@ -57,3 +57,6 @@ },

"react-dom": ">=16.8.0 <17.0.0"
},
"beachball": {
"tag": "lts-7"
}
}

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