Socket
Socket
Sign inDemoInstall

kioskboard

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kioskboard - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

dist/kioskboard-1.3.3.min.css

5

CHANGELOG.md

@@ -0,1 +1,6 @@

@1.3.3
* **Fixed:** `AllowMobileKeyboard` option was not working properly on iOS devices. ([#7](https://github.com/furcan/KioskBoard/issues/7))
-----
@1.3.2

@@ -2,0 +7,0 @@ * **Added:** Internet Explorer 11 compatibility. ([#3](https://github.com/furcan/KioskBoard/issues/3))

4

package.json
{
"name": "kioskboard",
"main": "dist/kioskboard-aio-1.3.2.min.js",
"version": "1.3.2",
"main": "dist/kioskboard-aio-1.3.3.min.js",
"version": "1.3.3",
"description": "A pure JavaScript library for using the Virtual Keyboard.",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/furcan/KioskBoard",

@@ -5,3 +5,13 @@ <p align="center">

[npm-version-badge]: https://img.shields.io/npm/v/kioskboard.svg
[npm-version-url]: https://www.npmjs.com/package/kioskboard
[synk-badge]: https://snyk.io/test/github/furcan/KioskBoard/badge.svg?targetFile=package.json
[synk-url]: https://snyk.io/test/github/furcan/KioskBoard?targetFile=package.json
[lic-badge]: https://img.shields.io/github/license/furcan/KioskBoard.svg
[lic-url]: https://github.com/furcan/KioskBoard/blob/master/LICENSE
[![NPM Version][npm-version-badge]][npm-version-url]
[![Known Vulnerabilities][synk-badge]][synk-url]
[![License][lic-badge]][lic-url]
# KioskBoard - Virtual Keyboard

@@ -13,3 +23,3 @@ A pure JavaScript library for using the Virtual Keyboard.

### Current Version
1.3.2 [*](https://github.com/furcan/KioskBoard/blob/master/CHANGELOG.md)
1.3.3 [*](https://github.com/furcan/KioskBoard/blob/master/CHANGELOG.md)

@@ -51,5 +61,5 @@ ---------

```html
<link rel="stylesheet" href="dist/kioskboard-1.3.2.min.css" />
<link rel="stylesheet" href="dist/kioskboard-1.3.3.min.css" />
<script src="dist/kioskboard-1.3.2.min.js"></script>
<script src="dist/kioskboard-1.3.3.min.js"></script>
```

@@ -60,3 +70,3 @@

```html
<script src="dist/kioskboard-aio-1.3.2.min.js"></script>
<script src="dist/kioskboard-aio-1.3.3.min.js"></script>
```

@@ -63,0 +73,0 @@

/*!
* KioskBoard - Virtual Keyboard ('https://github.com/furcan/KioskBoard')
* Description: This file contains the KioskBoard CSS codes as internal to use the KioskBoard as one file. This file has been created automatically from using the "kioskboard.js", and "kioskboard.css" files.
* Version: 1.3.2
* Version: 1.3.3
* Author: Furkan MT ('https://github.com/furcan')

@@ -277,2 +277,3 @@ * Copyright 2020 KioskBoard - Virtual Keyboard, MIT Licence ('https://opensource.org/licenses/MIT')*

theInput.setAttribute('readonly', 'readonly');
theInput.blur();
}

@@ -279,0 +280,0 @@ // check mobile keyboard allowed: end

/*!
* KioskBoard - Virtual Keyboard ('https://github.com/furcan/KioskBoard')
* Version: 1.3.2
* Version: 1.3.3
* Author: Furkan MT ('https://github.com/furcan')

@@ -276,2 +276,3 @@ * Copyright 2020 KioskBoard - Virtual Keyboard, MIT Licence ('https://opensource.org/licenses/MIT')*

theInput.setAttribute('readonly', 'readonly');
theInput.blur();
}

@@ -278,0 +279,0 @@ // check mobile keyboard allowed: end

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