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

simple-virtual-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-virtual-keyboard - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

build/main.css

1

build/types/index.d.ts

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

import "./styles/index.scss";
import Keyboard from "./components/Keyboard";

@@ -2,0 +3,0 @@ import { DefaultKeyboardLayout } from "./layouts/default";

3

demo/index.ts
import "./index.scss"
import Keyboard , { DefaultKeyboardLayout } from "../src/index"
import "../src/styles/index.scss"
import Keyboard, { DefaultKeyboardLayout } from "../src/index"

@@ -6,0 +5,0 @@ const writeText = (

{
"name": "simple-virtual-keyboard",
"version": "0.1.5",
"version": "0.1.6",
"description": "Virtual keyboard",

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

@@ -0,1 +1,3 @@

import "./styles/index.scss"
import Keyboard from "./components/Keyboard"

@@ -2,0 +4,0 @@ import { DefaultKeyboardLayout } from "./layouts/default"

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