Socket
Socket
Sign inDemoInstall

@fluentui/priority-overflow

Package Overview
Dependencies
Maintainers
14
Versions
554
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/priority-overflow - npm Package Compare versions

Comparing version 9.0.0-beta.3 to 9.0.0-beta.4

47

CHANGELOG.json

@@ -5,6 +5,51 @@ {

{
"date": "Thu, 13 Oct 2022 10:59:18 GMT",
"date": "Fri, 11 Nov 2022 14:53:37 GMT",
"tag": "@fluentui/priority-overflow_v9.0.0-beta.4",
"version": "9.0.0-beta.4",
"comments": {
"prerelease": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/priority-overflow",
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
"comment": "fix: create valid export maps"
}
]
}
},
{
"date": "Tue, 25 Oct 2022 22:09:50 GMT",
"tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
"version": "9.0.0-beta.3",
"comments": {
"none": [
{
"author": "tristan.watanabe@gmail.com",
"package": "@fluentui/priority-overflow",
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
"comment": "chore: Migrate to new package structure."
}
]
}
},
{
"date": "Tue, 25 Oct 2022 00:35:27 GMT",
"tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
"version": "9.0.0-beta.3",
"comments": {
"none": [
{
"author": "miroslav.stastny@microsoft.com",
"package": "@fluentui/priority-overflow",
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
"comment": "Update package readme"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 11:02:41 GMT",
"tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
"version": "9.0.0-beta.3",
"comments": {
"prerelease": [

@@ -11,0 +56,0 @@ {

# Change Log - @fluentui/priority-overflow
This log was last generated on Thu, 13 Oct 2022 10:59:18 GMT and should not be manually modified.
This log was last generated on Fri, 11 Nov 2022 14:53:37 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.0.0-beta.4)
Fri, 11 Nov 2022 14:53:37 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-beta.3..@fluentui/priority-overflow_v9.0.0-beta.4)
### Changes
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.0.0-beta.3)
Thu, 13 Oct 2022 10:59:18 GMT
Thu, 13 Oct 2022 11:02:41 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-beta.2..@fluentui/priority-overflow_v9.0.0-beta.3)

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

{
"name": "@fluentui/priority-overflow",
"version": "9.0.0-beta.3",
"version": "9.0.0-beta.4",
"description": "Vanilla JS utilities to implement overflow menus",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "dist/index.d.ts",
"typings": "./dist/index.d.ts",
"sideEffects": false,

@@ -39,3 +39,11 @@ "repository": {

]
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./lib/index.js",
"require": "./lib-commonjs/index.js"
},
"./package.json": "./package.json"
}
}

2

README.md
# @fluentui/priority-overflow
**Priority Overflow components for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
**Priority Overflow components for [Fluent UI React](https://react.fluentui.dev)**
These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
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