🎩 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.1
to
1.0.2
+1
-1
package.json
{
"name": "com.hydroper.inputaction",
"version": "1.0.1",
"version": "1.0.2",
"description": "Input actions library.",

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

@@ -19,2 +19,3 @@ import Input from "./Input";

}
if (!param) return "";
for (const atom of param as InputActionAtom[]) {

@@ -21,0 +22,0 @@ if (atom.hasOwnProperty("key")) {