Socket
Socket
Sign inDemoInstall

@fluentui/dom-utilities

Package Overview
Dependencies
Maintainers
13
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/dom-utilities - npm Package Compare versions

Comparing version 2.1.5 to 2.2.0

25

CHANGELOG.json

@@ -5,3 +5,24 @@ {

{
"date": "Thu, 25 Nov 2021 14:50:25 GMT",
"date": "Thu, 03 Mar 2022 07:22:34 GMT",
"tag": "@fluentui/dom-utilities_v2.2.0",
"version": "2.2.0",
"comments": {
"minor": [
{
"author": "dzearing@microsoft.com",
"package": "@fluentui/dom-utilities",
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
},
{
"author": "beachball",
"package": "@fluentui/dom-utilities",
"comment": "Bump @fluentui/set-version to v8.2.0",
"commit": "e6fd843a2d46bb138f5b05f4656b4c3726bc5aed"
}
]
}
},
{
"date": "Thu, 25 Nov 2021 14:54:16 GMT",
"tag": "@fluentui/dom-utilities_v2.1.5",

@@ -15,3 +36,3 @@ "version": "2.1.5",

"comment": "Bump @fluentui/set-version to v8.1.5",
"commit": "1fb5698fb5b996402373339e5f7698595f6a76d4"
"commit": "b851427662a56e25eb4af2c7e5583ea162356186"
}

@@ -18,0 +39,0 @@ ]

# Change Log - @fluentui/dom-utilities
This log was last generated on Thu, 25 Nov 2021 14:50:25 GMT and should not be manually modified.
This log was last generated on Thu, 03 Mar 2022 07:22:34 GMT and should not be manually modified.
<!-- Start content -->
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.2.0)
Thu, 03 Mar 2022 07:22:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/dom-utilities_v2.1.5..@fluentui/dom-utilities_v2.2.0)
### Minor changes
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
- Bump @fluentui/set-version to v8.2.0 ([PR #21919](https://github.com/microsoft/fluentui/pull/21919) by beachball)
## [2.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.1.5)
Thu, 25 Nov 2021 14:50:25 GMT
Thu, 25 Nov 2021 14:54:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/dom-utilities_v2.1.4..@fluentui/dom-utilities_v2.1.5)

@@ -14,3 +24,3 @@

- Bump @fluentui/set-version to v8.1.5 ([PR #20781](https://github.com/microsoft/fluentui/pull/20781) by beachball)
- Bump @fluentui/set-version to v8.1.5 ([PR #20784](https://github.com/microsoft/fluentui/pull/20784) by beachball)

@@ -17,0 +27,0 @@ ## [2.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.1.4)

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/dom-utilities', '2.1.5');
set_version_1.setVersion('@fluentui/dom-utilities', '2.2.0');
});
//# sourceMappingURL=version.js.map

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

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/dom-utilities', '2.1.5');
set_version_1.setVersion('@fluentui/dom-utilities', '2.2.0');
//# 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/dom-utilities', '2.1.5');
setVersion('@fluentui/dom-utilities', '2.2.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/dom-utilities",
"version": "2.1.5",
"version": "2.2.0",
"description": "DOM utilities for use within Fluent web components",

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

"dependencies": {
"@fluentui/set-version": "^8.1.5",
"@fluentui/set-version": "^8.2.0",
"tslib": "^2.1.0"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib-commonjs/index.js"
}
}
}

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