Socket
Socket
Sign inDemoInstall

shork

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

dist/index.d.ts
type AlphabeticKeys = "a" | "A" | "b" | "B" | "c" | "C" | "d" | "D" | "e" | "E" | "f" | "F" | "g" | "G" | "h" | "H" | "i" | "I" | "j" | "J" | "k" | "K" | "l" | "L" | "m" | "M" | "n" | "N" | "o" | "O" | "p" | "P" | "q" | "Q" | "r" | "R" | "s" | "S" | "t" | "T" | "u" | "U" | "v" | "V" | "w" | "W" | "x" | "X" | "y" | "Y" | "z" | "Z" | "ö" | "ä" | "ü" | "Ö" | "Ä" | "Ü" | "ß";
type NumericKeys = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "0";
type SpecialKeys = "!" | '"' | "§" | "$" | "%" | "&" | "/" | "(" | ")" | "=" | "?" | "{" | "[" | "]" | "}" | "Delete" | "PageDown" | "PageUp";
type SpecialKeys = "!" | '"' | "§" | "$" | "%" | "&" | "/" | "(" | ")" | "=" | "?" | "{" | "[" | "]" | "}" | "Delete" | "PageDown" | "PageUp" | "Enter";
type Modifier = "Control" | "Meta" | "CapsLock" | "Escape";

@@ -5,0 +5,0 @@ type Arrow = `Arrow${"Left" | "Right" | "Up" | "Down"}`;

{
"name": "shork",
"description": "Easily create keyboard shortcuts",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "keywords": [],

@@ -82,3 +82,4 @@ type AlphabeticKeys =

| "PageDown"
| "PageUp";
| "PageUp"
| "Enter";

@@ -85,0 +86,0 @@ type Modifier = "Control" | "Meta" | "CapsLock" | "Escape";

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc