Socket
Socket
Sign inDemoInstall

@fluentui/dom-utilities

Package Overview
Dependencies
Maintainers
12
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.0.1 to 2.0.2

47

CHANGELOG.json

@@ -5,6 +5,51 @@ {

{
"date": "Fri, 26 Feb 2021 01:10:33 GMT",
"date": "Wed, 31 Mar 2021 00:47:26 GMT",
"tag": "@fluentui/dom-utilities_v2.0.2",
"version": "2.0.2",
"comments": {
"patch": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.1.0",
"author": "elcraig@microsoft.com",
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
"package": "@fluentui/dom-utilities"
}
]
}
},
{
"date": "Mon, 15 Mar 2021 07:36:20 GMT",
"tag": "@fluentui/dom-utilities_v2.0.1",
"version": "2.0.1",
"comments": {
"none": [
{
"comment": "Remove unneeded scripts",
"author": "elcraig@microsoft.com",
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
"package": "@fluentui/dom-utilities"
}
]
}
},
{
"date": "Fri, 12 Mar 2021 20:04:27 GMT",
"tag": "@fluentui/dom-utilities_v2.0.1",
"version": "2.0.1",
"comments": {
"none": [
{
"comment": "Move `@types/node` and `@types/webpack-env` devDependencies to root, and remove unneeded references",
"author": "elcraig@microsoft.com",
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
"package": "@fluentui/dom-utilities"
}
]
}
},
{
"date": "Fri, 26 Feb 2021 01:16:27 GMT",
"tag": "@fluentui/dom-utilities_v2.0.1",
"version": "2.0.1",
"comments": {
"patch": [

@@ -11,0 +56,0 @@ {

# Change Log - @fluentui/dom-utilities
This log was last generated on Fri, 26 Feb 2021 01:10:33 GMT and should not be manually modified.
This log was last generated on Wed, 31 Mar 2021 00:47:26 GMT and should not be manually modified.
<!-- Start content -->
## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.0.2)
Wed, 31 Mar 2021 00:47:26 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/dom-utilities_v2.0.1..@fluentui/dom-utilities_v2.0.2)
### Patches
- Bump @fluentui/eslint-plugin to v1.1.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.0.1)
Fri, 26 Feb 2021 01:10:33 GMT
Fri, 26 Feb 2021 01:16:27 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/dom-utilities_v2.0.0-beta.2..@fluentui/dom-utilities_v2.0.1)

@@ -11,0 +20,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/dom-utilities', '2.0.1');
set_version_1.setVersion('@fluentui/dom-utilities', '2.0.2');
});
//# 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.0.1');
set_version_1.setVersion('@fluentui/dom-utilities', '2.0.2');
//# 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.0.1');
setVersion('@fluentui/dom-utilities', '2.0.2');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/dom-utilities",
"version": "2.0.1",
"version": "2.0.2",
"description": "DOM utilities for use within Fluent web components",

@@ -18,19 +18,17 @@ "main": "lib-commonjs/index.js",

"build": "just-scripts build",
"bundle": "just-scripts bundle",
"clean": "just-scripts clean",
"start-test": "just-scripts jest-watch",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "just-scripts test",
"start": "just-scripts dev:storybook"
"start-test": "just-scripts jest-watch",
"test": "just-scripts test"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^1.0.1",
"@fluentui/eslint-plugin": "^1.1.0",
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"@fluentui/set-version": "^8.0.1",
"@fluentui/set-version": "^8.0.2",
"tslib": "^1.10.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