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

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
11
Versions
853
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.4-3 to 0.2.4-4

31

CHANGELOG.json

@@ -5,3 +5,32 @@ {

{
"date": "Thu, 21 Jan 2021 12:28:21 GMT",
"date": "Thu, 28 Jan 2021 12:20:50 GMT",
"tag": "@fluentui/react-utilities_v0.2.4-4",
"version": "0.2.4-4",
"comments": {
"none": [
{
"comment": "Delete update-api script which is no longer needed",
"author": "elcraig@microsoft.com",
"commit": "943a9ef5768a9cd77ade84217d142f93b1be6127",
"package": "@fluentui/react-utilities"
},
{
"comment": "Remove incorrect mock of requestAnimationFrame",
"author": "elcraig@microsoft.com",
"commit": "6bd0ce75decd9f62c40967bd7a59bfff960a0105",
"package": "@fluentui/react-utilities"
}
],
"prerelease": [
{
"comment": "Updating to webpack 5, latest typings, latest loaders and plugins.",
"author": "dzearing@microsoft.com",
"commit": "9c2c4a61c7d9eb8d153945ff57962118b569ea5b",
"package": "@fluentui/react-utilities"
}
]
}
},
{
"date": "Thu, 21 Jan 2021 12:36:12 GMT",
"tag": "@fluentui/react-utilities_v0.2.4-3",

@@ -8,0 +37,0 @@ "version": "0.2.4-3",

# Change Log - @fluentui/react-utilities
This log was last generated on Thu, 21 Jan 2021 12:28:21 GMT and should not be manually modified.
This log was last generated on Thu, 28 Jan 2021 12:20:50 GMT and should not be manually modified.
<!-- Start content -->
## [0.2.4-4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-4)
Thu, 28 Jan 2021 12:20:50 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-3..@fluentui/react-utilities_v0.2.4-4)
### Changes
- Updating to webpack 5, latest typings, latest loaders and plugins. ([PR #16447](https://github.com/microsoft/fluentui/pull/16447) by dzearing@microsoft.com)
## [0.2.4-3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-3)
Thu, 21 Jan 2021 12:28:21 GMT
Thu, 21 Jan 2021 12:36:12 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.3..@fluentui/react-utilities_v0.2.4-3)

@@ -11,0 +20,0 @@

5

config/tests.js

@@ -6,8 +6,3 @@ /** Jest test setup file. */

// Mock requestAnimationFrame for React 16+.
global.requestAnimationFrame = callback => {
setTimeout(callback, 0);
};
// Configure enzyme.
configure({ adapter: new Adapter() });
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.4-3');
set_version_1.setVersion('@fluentui/react-utilities', '0.2.4-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-utilities', '0.2.4-3');
set_version_1.setVersion('@fluentui/react-utilities', '0.2.4-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-utilities', '0.2.4-3');
setVersion('@fluentui/react-utilities', '0.2.4-4');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-utilities",
"version": "0.2.4-3",
"version": "0.2.4-4",
"description": "A set of general React-specific utilities.",

@@ -26,7 +26,6 @@ "main": "lib-commonjs/index.js",

"test": "just-scripts test",
"update-api": "just-scripts update-api",
"update-snapshots": "just-scripts jest -u"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^1.0.0-beta.0",
"@fluentui/eslint-plugin": "^1.0.0-beta.1",
"@types/enzyme": "3.10.3",

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

"@types/react-test-renderer": "^16.0.0",
"@types/webpack-env": "1.15.1",
"@types/webpack-env": "1.16.0",
"@fluentui/scripts": "^1.0.0",
"@fluentui/jest-serializer-merge-styles": "^8.0.0-beta.4",
"@fluentui/jest-serializer-merge-styles": "^8.0.0-beta.5",
"enzyme": "~3.10.0",

@@ -48,3 +47,3 @@ "enzyme-adapter-react-16": "^1.15.0",

"dependencies": {
"@fluentui/set-version": "^8.0.0-beta.0",
"@fluentui/set-version": "^8.0.0-beta.1",
"tslib": "^1.10.0"

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