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.95 to 3.7.96

5

build/components/Keyboard.d.ts

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

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

@@ -13,0 +8,0 @@ * Root class for simple-keyboard.

2

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

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

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

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

import SimpleKeyboard from "./components/Keyboard";
import Utilities from "./services/Utilities";
export interface SKWindow extends Window {
SimpleKeyboardInstances?: any;
}
export interface KeyboardLayoutObject {

@@ -4,0 +7,0 @@ [key: string]: string[];

{
"name": "simple-keyboard",
"version": "3.7.95",
"version": "3.7.96",
"description": "On-screen Javascript Virtual Keyboard",

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

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