New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-tooltip

Package Overview
Dependencies
Maintainers
12
Versions
1014
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-tooltip - npm Package Compare versions

Comparing version 9.0.0-beta.2 to 9.0.0-nightly.d730088d7f.0

23

CHANGELOG.md
# Change Log - @fluentui/react-tooltip
This log was last generated on Tue, 12 Oct 2021 19:45:25 GMT and should not be manually modified.
This log was last generated on Wed, 20 Oct 2021 09:19:30 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-nightly.d730088d7f.0)
Wed, 20 Oct 2021 09:19:30 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-nightly.d730088d7f.0)
### Changes
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
- added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
- Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/react-portal to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/react-positioning to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/react-theme to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
- Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
Tue, 12 Oct 2021 19:45:25 GMT
Tue, 12 Oct 2021 19:45:58 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.1..@fluentui/react-tooltip_v9.0.0-beta.2)

@@ -11,0 +30,0 @@

20

package.json
{
"name": "@fluentui/react-tooltip",
"version": "9.0.0-beta.2",
"version": "9.0.0-nightly.d730088d7f.0",
"description": "React components for building web experiences",

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

"devDependencies": {
"@fluentui/babel-make-styles": "9.0.0-beta.1",
"@fluentui/babel-make-styles": "9.0.0-nightly.d730088d7f.0",
"@fluentui/eslint-plugin": "*",
"@fluentui/jest-serializer-make-styles": "9.0.0-beta.1",
"@fluentui/jest-serializer-make-styles": "9.0.0-nightly.d730088d7f.0",
"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-make-styles": "9.0.0-beta.1",
"@fluentui/react-conformance-make-styles": "9.0.0-nightly.d730088d7f.0",
"@fluentui/scripts": "^1.0.0",

@@ -47,8 +47,8 @@ "@types/enzyme": "3.10.3",

"dependencies": {
"@fluentui/react-make-styles": "9.0.0-beta.1",
"@fluentui/react-portal": "9.0.0-beta.2",
"@fluentui/react-positioning": "9.0.0-beta.1",
"@fluentui/react-shared-contexts": "9.0.0-beta.1",
"@fluentui/react-theme": "9.0.0-beta.1",
"@fluentui/react-utilities": "9.0.0-beta.1",
"@fluentui/react-make-styles": "9.0.0-nightly.d730088d7f.0",
"@fluentui/react-portal": "9.0.0-nightly.d730088d7f.0",
"@fluentui/react-positioning": "9.0.0-nightly.d730088d7f.0",
"@fluentui/react-shared-contexts": "9.0.0-nightly.d730088d7f.0",
"@fluentui/react-theme": "9.0.0-nightly.d730088d7f.0",
"@fluentui/react-utilities": "9.0.0-nightly.d730088d7f.0",
"tslib": "^2.1.0"

@@ -55,0 +55,0 @@ },

Sorry, the diff of this file is too big to display

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