Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
8
Versions
865
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 0.2.2 to 0.2.3

66

CHANGELOG.json

@@ -5,3 +5,52 @@ {

{
"date": "Wed, 16 Sep 2020 12:21:49 GMT",
"date": "Fri, 23 Oct 2020 03:21:29 GMT",
"tag": "@fluentui/react-utilities_v0.2.3",
"version": "0.2.3",
"comments": {
"prerelease": [
{
"comment": "Add missing version.ts; Remove unneeded package dependencies.",
"author": "xgao@microsoft.com",
"commit": "9775badfc989f8820a437367a53f761cc3ca7512",
"package": "@fluentui/react-utilities"
},
{
"comment": "Remove react-dom from peerDependencies",
"author": "elcraig@microsoft.com",
"commit": "c57941f88df0dd5e7a9e10da84471e435b669ef8",
"package": "@fluentui/react-utilities"
}
],
"none": [
{
"comment": "Update npmignore",
"author": "elcraig@microsoft.com",
"commit": "aec02d96e7cef745e9867c03a528426a5ad28038",
"package": "@fluentui/react-utilities"
},
{
"comment": "Rename build-related packages",
"author": "elcraig@microsoft.com",
"commit": "32a158fd2c7fca8dc308a3e41f692817e6c26c44",
"package": "@fluentui/react-utilities"
},
{
"comment": "Update package version for @fluentui/react version 8 beta release.",
"author": "xgao@microsoft.com",
"commit": "ee2622a8572c11f1eeb9d7f1c8d759d6ae0281ca",
"package": "@fluentui/react-utilities"
}
],
"patch": [
{
"comment": "Rename @uifabric/set-version to @fluentui/set-version",
"author": "ololubek@microsoft.com",
"commit": "2eba5d5be163a7a64975f058dc38b465f2363064",
"package": "@fluentui/react-utilities"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 12:25:17 GMT",
"tag": "@fluentui/react-utilities_v0.2.2",

@@ -12,2 +61,17 @@ "version": "0.2.2",

{
"comment": "Remove same-package path aliases",
"author": "elcraig@microsoft.com",
"commit": "85432b281ce55e1a990dd811e5adebbad84e7cb8",
"package": "@fluentui/react-utilities"
}
]
}
},
{
"date": "Wed, 16 Sep 2020 12:27:22 GMT",
"tag": "@fluentui/react-utilities_v0.2.2",
"version": "0.2.2",
"comments": {
"none": [
{
"comment": "Update API Extractor settings to share config and handle newlines better",

@@ -14,0 +78,0 @@ "author": "elcraig@microsoft.com",

# Change Log - @fluentui/react-utilities
This log was last generated on Tue, 18 Aug 2020 07:58:00 GMT and should not be manually modified.
This log was last generated on Fri, 23 Oct 2020 03:21:29 GMT and should not be manually modified.
<!-- Start content -->
## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.3)
Fri, 23 Oct 2020 03:21:29 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.2..@fluentui/react-utilities_v0.2.3)
### Patches
- Rename @uifabric/set-version to @fluentui/set-version ([PR #15616](https://github.com/microsoft/fluentui/pull/15616) by ololubek@microsoft.com)
### Changes
- Add missing version.ts; Remove unneeded package dependencies. ([PR #15456](https://github.com/microsoft/fluentui/pull/15456) by xgao@microsoft.com)
- Remove react-dom from peerDependencies ([PR #15634](https://github.com/microsoft/fluentui/pull/15634) by elcraig@microsoft.com)
## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.1.1)

@@ -8,0 +22,0 @@

2

config/api-extractor.json
{
"extends": "@uifabric/build/api-extractor/api-extractor.common.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.json"
}

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

const { preset } = require('@uifabric/build');
import { preset } from '@fluentui/scripts';
preset();
export * from './childrenExist';
import './version';

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

define(["require", "exports", "tslib", "./childrenExist"], function (require, exports, tslib_1, childrenExist_1) {
define(["require", "exports", "tslib", "./childrenExist", "./version"], function (require, exports, tslib_1, childrenExist_1) {
"use strict";

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

@@ -1,6 +0,6 @@

define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) {
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-utilities', '0.2.2');
set_version_1.setVersion('@fluentui/react-utilities', '0.2.3');
});
//# sourceMappingURL=version.js.map
export * from './childrenExist';
import './version';

@@ -5,2 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./childrenExist"), exports);
require("./version");
//# sourceMappingURL=index.js.map

@@ -5,4 +5,4 @@ "use strict";

// The checked in version is a placeholder only and will not be updated.
var set_version_1 = require("@uifabric/set-version");
set_version_1.setVersion('@fluentui/react-utilities', '0.2.2');
var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-utilities', '0.2.3');
//# sourceMappingURL=version.js.map
export * from './childrenExist';
import './version';
export * from './childrenExist';
import './version';
//# sourceMappingURL=index.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/react-utilities', '0.2.2');
import { setVersion } from '@fluentui/set-version';
setVersion('@fluentui/react-utilities', '0.2.3');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-utilities",
"version": "0.2.2",
"version": "0.2.3",
"description": "A set of general React-specific utilities.",

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

"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@fluentui/eslint-plugin": "^1.0.0-beta.0",
"@types/enzyme": "3.10.3",

@@ -36,7 +36,6 @@ "@types/enzyme-adapter-react-16": "1.0.3",

"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"@types/react-test-renderer": "^16.0.0",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/jest-serializer-merge-styles": "^7.2.2",
"@fluentui/scripts": "^1.0.0",
"@fluentui/jest-serializer-merge-styles": "^8.0.0-beta.0",
"enzyme": "~3.10.0",

@@ -46,7 +45,6 @@ "enzyme-adapter-react-16": "^1.15.0",

"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"react-test-renderer": "^16.3.0"
},
"dependencies": {
"@uifabric/set-version": "^7.0.23",
"@fluentui/set-version": "^8.0.0-beta.0",
"tslib": "^1.10.0"

@@ -56,6 +54,10 @@ },

"@types/react": ">=16.8.0 <17.0.0",
"@types/react-dom": ">=16.8.0 <17.0.0",
"react": ">=16.8.0 <17.0.0",
"react-dom": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <17.0.0"
},
"beachball": {
"tag": "latest",
"disallowedChangeTypes": [
"major"
]
}
}

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

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