com.hydroper.inputaction
Advanced tools
+1
-1
| { | ||
| "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 @@ } |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
26693
0.02%