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

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

@@ -61,3 +61,3 @@ /**

name = name.toLowerCase();
if (/a-z0-9|f\d\d?/.test(name)) {
if (/^([a-z0-9]|f\d\d?)$/.test(name)) {
return name as any;

@@ -64,0 +64,0 @@ }