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.12 to 0.2.13-0

59

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Wed, 16 Sep 2020 12:21:49 GMT",
"date": "Thu, 28 Jan 2021 12:20:50 GMT",
"tag": "@fluentui/keyboard-key_v0.2.13-0",
"version": "0.2.13-0",
"comments": {
"none": [
{
"comment": "Delete update-api script which is no longer needed",
"author": "elcraig@microsoft.com",
"commit": "943a9ef5768a9cd77ade84217d142f93b1be6127",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Fri, 23 Oct 2020 03:26:15 GMT",
"tag": "@fluentui/keyboard-key_v0.2.12",

@@ -12,2 +27,44 @@ "version": "0.2.12",

{
"comment": "Update npmignore",
"author": "elcraig@microsoft.com",
"commit": "aec02d96e7cef745e9867c03a528426a5ad28038",
"package": "@fluentui/keyboard-key"
},
{
"comment": "Rename build-related packages",
"author": "elcraig@microsoft.com",
"commit": "32a158fd2c7fca8dc308a3e41f692817e6c26c44",
"package": "@fluentui/keyboard-key"
},
{
"comment": "Update package version for @fluentui/react version 8 beta release.",
"author": "xgao@microsoft.com",
"commit": "ee2622a8572c11f1eeb9d7f1c8d759d6ae0281ca",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 12:25:17 GMT",
"tag": "@fluentui/keyboard-key_v0.2.12",
"version": "0.2.12",
"comments": {
"none": [
{
"comment": "Remove same-package path aliases",
"author": "elcraig@microsoft.com",
"commit": "85432b281ce55e1a990dd811e5adebbad84e7cb8",
"package": "@fluentui/keyboard-key"
}
]
}
},
{
"date": "Wed, 16 Sep 2020 12:27:22 GMT",
"tag": "@fluentui/keyboard-key_v0.2.12",
"version": "0.2.12",
"comments": {
"none": [
{
"comment": "Update API Extractor settings to share config and handle newlines better",

@@ -14,0 +71,0 @@ "author": "elcraig@microsoft.com",

2

config/api-extractor.json
{
"extends": "@uifabric/build/api-extractor/api-extractor.common.json"
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.json"
}

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

import { preset } from '@uifabric/build';
import { preset } from '@fluentui/scripts';
preset();
{
"name": "@fluentui/keyboard-key",
"version": "0.2.12",
"version": "0.2.13-0",
"description": "A simple utility for determining the KeyboardEvent.key property from a keyboard event.",

@@ -20,13 +20,18 @@ "main": "lib-commonjs/index.js",

"start-test": "just-scripts jest-watch",
"test": "just-scripts test",
"update-api": "just-scripts update-api"
"test": "just-scripts test"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@fluentui/eslint-plugin": "^1.0.0-beta.1",
"@types/jest": "~24.9.0",
"@uifabric/build": "^7.0.0"
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"tslib": "^1.10.0"
},
"beachball": {
"tag": "latest",
"disallowedChangeTypes": [
"major"
]
}
}
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