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

@fluentui/keyboard-key

Package Overview
Dependencies
Maintainers
11
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/keyboard-key - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

91

CHANGELOG.json

@@ -5,6 +5,95 @@ {

{
"date": "Mon, 01 Feb 2021 12:21:22 GMT",
"date": "Fri, 26 Feb 2021 01:10:33 GMT",
"tag": "@fluentui/keyboard-key_v0.2.14",
"version": "0.2.14",
"comments": {
"none": [
{
"comment": "Update beachball config and devDependencies versions",
"author": "elcraig@microsoft.com",
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
"package": "@fluentui/keyboard-key"
}
],
"patch": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.0.1",
"author": "elcraig@microsoft.com",
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Thu, 18 Feb 2021 12:27:34 GMT",
"tag": "@fluentui/keyboard-key_v0.2.13",
"version": "0.2.13",
"comments": {
"prerelease": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.0.0-beta.2",
"author": "elcraig@microsoft.com",
"commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
"package": "@fluentui/keyboard-key"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "elcraig@microsoft.com",
"commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Wed, 17 Feb 2021 12:21:39 GMT",
"tag": "@fluentui/keyboard-key_v0.2.13",
"version": "0.2.13",
"comments": {
"none": [
{
"comment": "chore: apply single version policy on jest",
"author": "martinhochel@microsoft.com",
"commit": "0de01d003589b5e2f166bc070729dca20125a091",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Thu, 11 Feb 2021 12:18:41 GMT",
"tag": "@fluentui/keyboard-key_v0.2.13",
"version": "0.2.13",
"comments": {
"none": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.0.0-beta.1",
"author": "martinhochel@microsoft.com",
"commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Wed, 03 Feb 2021 05:51:40 GMT",
"tag": "@fluentui/keyboard-key_v0.2.13",
"version": "0.2.13",
"comments": {
"none": [
{
"comment": "refactor: remove unused .npmrc in packages",
"author": "hantatsang@gmail.com",
"commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Mon, 01 Feb 2021 12:23:48 GMT",
"tag": "@fluentui/keyboard-key_v0.2.13",
"version": "0.2.13",
"comments": {
"patch": [

@@ -11,0 +100,0 @@ {

# Change Log - @fluentui/keyboard-key
This log was last generated on Mon, 01 Feb 2021 12:21:22 GMT and should not be manually modified.
This log was last generated on Fri, 26 Feb 2021 01:10:33 GMT and should not be manually modified.
<!-- Start content -->
## [0.2.14](https://github.com/microsoft/fluentui/tree/@fluentui/keyboard-key_v0.2.14)
Fri, 26 Feb 2021 01:10:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/keyboard-key_v0.2.13..@fluentui/keyboard-key_v0.2.14)
### Patches
- Bump @fluentui/eslint-plugin to v1.0.1 ([PR #17169](https://github.com/microsoft/fluentui/pull/17169) by elcraig@microsoft.com)
## [0.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/keyboard-key_v0.2.13)
Mon, 01 Feb 2021 12:21:22 GMT
Thu, 18 Feb 2021 12:27:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/keyboard-key_v0.2.13..@fluentui/keyboard-key_v0.2.13)
### Changes
- Bump @fluentui/eslint-plugin to v1.0.0-beta.2 ([PR #16975](https://github.com/microsoft/fluentui/pull/16975) by elcraig@microsoft.com)
- Bump @fluentui/scripts to v1.0.0 ([PR #16975](https://github.com/microsoft/fluentui/pull/16975) by elcraig@microsoft.com)
## [0.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/keyboard-key_v0.2.13)
Mon, 01 Feb 2021 12:23:48 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/keyboard-key_v0.2.13-0..@fluentui/keyboard-key_v0.2.13)

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

12

package.json
{
"name": "@fluentui/keyboard-key",
"version": "0.2.13",
"version": "0.2.14",
"description": "A simple utility for determining the KeyboardEvent.key property from a keyboard event.",

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

"devDependencies": {
"@fluentui/eslint-plugin": "^1.0.0-beta.1",
"@types/jest": "~24.9.0",
"@fluentui/eslint-plugin": "^1.0.1",
"@fluentui/scripts": "^1.0.0"

@@ -30,10 +29,3 @@ },

"tslib": "^1.10.0"
},
"beachball": {
"tag": "latest",
"disallowedChangeTypes": [
"major",
"prerelease"
]
}
}
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