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.2 to 0.1.3

.babelrc

18

package.json
{
"name": "simple-virtual-keyboard",
"version": "0.1.2",
"version": "0.1.3",
"description": "Virtual keyboard",
"main": "./build/index.js",
"types": "./build/types/index.d.ts",
"dependencies": {},

@@ -10,2 +12,4 @@ "devDependencies": {

"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-env": "^7.13.15",

@@ -36,3 +40,3 @@ "@babel/preset-typescript": "^7.13.0",

"scripts": {
"build": "webpack --config webpack.config.js",
"build": "webpack --config webpack.config.js && tsc",
"demo": "webpack serve --config webpack.config.demo.js",

@@ -43,7 +47,2 @@ "check": "prettier --write 'src/**/*.ts'",

},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"repository": {

@@ -54,2 +53,3 @@ "type": "git",

"keywords": [
"javascript",
"js",

@@ -59,3 +59,5 @@ "ts",

"virtual",
"keyboard"
"keyboard",
"virtual keyboard",
"es6"
],

@@ -62,0 +64,0 @@ "author": "https://github.com/Arslanoov",

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