Socket
Socket
Sign inDemoInstall

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
8
Versions
838
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.1 to 0.2.2

15

CHANGELOG.json

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

{
"date": "Wed, 16 Sep 2020 12:21:49 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",
"author": "elcraig@microsoft.com",
"commit": "7d093f59a06527fc39656c903cab4470650e3acd",
"package": "@fluentui/react-utilities"
}
]
}
},
{
"date": "Tue, 18 Aug 2020 07:58:00 GMT",

@@ -7,0 +22,0 @@ "tag": "@fluentui/react-utilities_v0.1.1",

28

config/api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
"apiReport": {
"enabled": true
},
"docModel": {
"enabled": true,
"apiJsonFilePath": "<projectFolder>/dist/<unscopedPackageName>.api.json"
},
"dtsRollup": {
"enabled": true
},
"messages": {
"extractorMessageReporting": {
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
},
"tsdocMessageReporting": {
"tsdoc-undefined-tag": {
"logLevel": "none"
}
}
}
"extends": "@uifabric/build/api-extractor/api-extractor.common.json"
}

@@ -0,0 +0,0 @@ import * as React from 'react';

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

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

var set_version_1 = require("@uifabric/set-version");
set_version_1.setVersion('@fluentui/react-utilities', '0.2.1');
set_version_1.setVersion('@fluentui/react-utilities', '0.2.2');
//# sourceMappingURL=version.js.map

@@ -0,0 +0,0 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

// 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.1');
setVersion('@fluentui/react-utilities', '0.2.2');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-utilities",
"version": "0.2.1",
"version": "0.2.2",
"description": "A set of general React-specific utilities.",

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

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

@@ -40,3 +40,3 @@ "@types/enzyme-adapter-react-16": "1.0.3",

"@uifabric/build": "^7.0.0",
"@uifabric/jest-serializer-merge-styles": "^7.2.1",
"@uifabric/jest-serializer-merge-styles": "^7.2.2",
"enzyme": "~3.10.0",

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

"dependencies": {
"@uifabric/set-version": "^7.0.22",
"@uifabric/set-version": "^7.0.23",
"tslib": "^1.10.0"

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