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

@@ -12,3 +12,3 @@ "main": "src/index.ts",

"dependencies": {
"com.hydroper.typedeventtarget": "^1.0.0",
"com.hydroper.typedeventtarget": "^1.0.1",
"assert": "^2.1.0"

@@ -15,0 +15,0 @@ },

import clonePlainObject from "./util/clonePlainObject";
import { InputActionAtom, InputActionKey, InputActionKeyName, navigatorKeyToThis } from "./InputAction";
import assert from "assert";
import { TypedEventTarget } from "@hydroper/typedeventtarget";
import { TypedEventTarget } from "com.hydroper.typedeventtarget";

@@ -6,0 +6,0 @@ /**