🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

com.hydroper.inputaction

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.hydroper.inputaction - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
1.0.3
to
1.0.4
+1
-1
package.json
{
"name": "com.hydroper.inputaction",
"version": "1.0.3",
"version": "1.0.4",
"description": "Input actions library.",

@@ -5,0 +5,0 @@ "main": "src/index.ts",

@@ -40,2 +40,3 @@ /**

| "minus" | "plus" | "tab" | "escape"
| "assign" | "comma" | "dot" | "semicolon"
| "f1" | "f2" | "f3" | "f4" | "f5" | "f6" | "f7" | "f8" | "f9" | "f10" | "f11" | "f12"

@@ -58,2 +59,6 @@ | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"

["tab", "tab"],
["=", "assign"],
[",", "comma"],
[".", "dot"],
[";", "semicolon"],
]);

@@ -60,0 +65,0 @@