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

@fastkit/keybord

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/keybord - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

9

dist/keybord.cjs.js

@@ -57,9 +57,10 @@ 'use strict';

class KeybordService {
settings;
_running = false;
get running() {
return this._running;
}
constructor(settings) {
this._running = false;
this.settings = createSetting();
}
get running() {
return this._running;
}
run() {

@@ -66,0 +67,0 @@ if (this.running)

@@ -57,9 +57,10 @@ 'use strict';

class KeybordService {
settings;
_running = false;
get running() {
return this._running;
}
constructor(settings) {
this._running = false;
this.settings = createSetting();
}
get running() {
return this._running;
}
run() {

@@ -66,0 +67,0 @@ if (this.running)

@@ -1,2 +0,1 @@

export declare function CommonIME<T extends KeyTypeCommonIME | KeyTypeCommonIME[]>(key: T): T;

@@ -50,3 +49,3 @@

Function: typeof Function_2;
is<T extends KeyType_2 | KeyType_2[]>(source: unknown, key: T): source is KeyType_2;
is<T extends KeyType_2 | KeyType_2[]>(source: any, key: T): source is KeyType_2;
}

@@ -53,0 +52,0 @@

@@ -84,9 +84,10 @@ function Special(key) {

class KeybordService {
settings;
_running = false;
get running() {
return this._running;
}
constructor(settings) {
this._running = false;
this.settings = createSetting(settings);
}
get running() {
return this._running;
}
run() {

@@ -93,0 +94,0 @@ if (this.running)

{
"name": "@fastkit/keybord",
"version": "0.1.15",
"version": "0.1.16",
"description": "@fastkit/keybord",

@@ -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