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

@fluentui/react-text

Package Overview
Dependencies
Maintainers
12
Versions
905
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-text - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

37

CHANGELOG.json

@@ -5,3 +5,38 @@ {

{
"date": "Fri, 12 Mar 2021 20:00:36 GMT",
"date": "Mon, 15 Mar 2021 07:33:50 GMT",
"tag": "@fluentui/react-text_v0.2.3",
"version": "0.2.3",
"comments": {
"none": [
{
"comment": "Remove unneeded scripts",
"author": "elcraig@microsoft.com",
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
"package": "@fluentui/react-text"
},
{
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.10",
"author": "elcraig@microsoft.com",
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
"package": "@fluentui/react-text"
},
{
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.8",
"author": "elcraig@microsoft.com",
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
"package": "@fluentui/react-text"
}
],
"patch": [
{
"comment": "Remove set-version references",
"author": "elcraig@microsoft.com",
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
"package": "@fluentui/react-text"
}
]
}
},
{
"date": "Fri, 12 Mar 2021 20:04:27 GMT",
"tag": "@fluentui/react-text_v0.2.2",

@@ -8,0 +43,0 @@ "version": "0.2.2",

# Change Log - @fluentui/react-text
This log was last generated on Fri, 12 Mar 2021 20:00:36 GMT and should not be manually modified.
This log was last generated on Mon, 15 Mar 2021 07:33:50 GMT and should not be manually modified.
<!-- Start content -->
## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.2.3)
Mon, 15 Mar 2021 07:33:50 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v0.2.2..@fluentui/react-text_v0.2.3)
### Patches
- Remove set-version references ([PR #17381](https://github.com/microsoft/fluentui/pull/17381) by elcraig@microsoft.com)
## [0.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.2.2)
Fri, 12 Mar 2021 20:00:36 GMT
Fri, 12 Mar 2021 20:04:27 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v0.2.1..@fluentui/react-text_v0.2.2)

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

1

lib-amd/index.d.ts

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

import './version';
export * from './Text';

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

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

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

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

import './version';
export * from './Text';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
require("./version");
tslib_1.__exportStar(require("./Text"), exports);
//# sourceMappingURL=index.js.map

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

import './version';
export * from './Text';

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

import './version';
export * from './Text';
//# sourceMappingURL=index.js.map
{
"name": "@fluentui/react-text",
"version": "0.2.2",
"version": "0.2.3",
"description": "Fluent UI React Text component.",

@@ -8,5 +8,2 @@ "main": "lib-commonjs/index.js",

"typings": "lib/index.d.ts",
"sideEffects": [
"lib/version.js"
],
"repository": {

@@ -19,3 +16,2 @@ "type": "git",

"build": "just-scripts build",
"bundle": "just-scripts bundle",
"clean": "just-scripts clean",

@@ -47,5 +43,4 @@ "code-style": "just-scripts code-style",

"dependencies": {
"@fluentui/react-make-styles": "^9.0.0-alpha.9",
"@fluentui/react-utilities": "^9.0.0-alpha.7",
"@fluentui/set-version": "^8.0.1",
"@fluentui/react-make-styles": "^9.0.0-alpha.10",
"@fluentui/react-utilities": "^9.0.0-alpha.8",
"tslib": "^1.10.0"

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