Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ijx/keyb

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ijx/keyb - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

index.js

@@ -47,8 +47,6 @@ // 13/04/2023

else {
if(cadena.trim() != "") {
try {
await accion(cadena, cmdName, args);
} catch (error) {
await KeyB._onError(error);
}
try {
await accion(cadena.trim(), cmdName, args);
} catch (error) {
await KeyB._onError(error);
}

@@ -55,0 +53,0 @@ }

2

package.json
{
"name": "@ijx/keyb",
"version": "1.1.0",
"version": "1.1.1",
"description": "Console commands",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc