New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
1357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-keyboard - npm Package Compare versions

Comparing version 3.7.90 to 3.7.92

7

build/components/Keyboard.d.ts

@@ -6,2 +6,7 @@ import "./css/Keyboard.css";

import CandidateBox from "./CandidateBox";
declare global {
interface Window {
SimpleKeyboardInstances: any;
}
}
/**

@@ -45,3 +50,3 @@ * Root class for simple-keyboard.

* Creates an instance of SimpleKeyboard
* @param {Array} params If first parameter is a string, it is considered the container class. The second parameter is then considered the options object. If first parameter is an object, it is considered the options object.
* @param {Array} selectorOrOptions If first parameter is a string, it is considered the container class. The second parameter is then considered the options object. If first parameter is an object, it is considered the options object.
*/

@@ -48,0 +53,0 @@ constructor(selectorOrOptions?: string | HTMLDivElement | KeyboardOptions, keyboardOptions?: KeyboardOptions);

2

build/index.modern.esm.js
/*!
*
* simple-keyboard v3.7.90 (index.modern.esm.js - Modern Browsers bundle, ESM output)
* simple-keyboard v3.7.92 (index.modern.esm.js - Modern Browsers bundle, ESM output)
* https://github.com/hodgef/simple-keyboard

@@ -5,0 +5,0 @@ *

/*!
*
* simple-keyboard v3.7.90 (index.modern.js - Modern Browsers bundle)
* simple-keyboard v3.7.92 (index.modern.js - Modern Browsers bundle)
* https://github.com/hodgef/simple-keyboard

@@ -5,0 +5,0 @@ *

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

export declare const getDefaultLayout: () => {
default: string[];
shift: string[];
};
import { KeyboardLayoutObject } from "../interfaces";
export declare const getDefaultLayout: () => KeyboardLayoutObject;
{
"name": "simple-keyboard",
"version": "3.7.90",
"version": "3.7.92",
"description": "On-screen Javascript Virtual Keyboard",

@@ -13,4 +13,3 @@ "main": "build/index.js",

"coverage": "npm run test -- --coverage",
"prepare": "npm run build",
"trypublish": "npm publish || true"
"prepare": "npm run build"
},

@@ -17,0 +16,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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