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

keycon

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keycon - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

.gitignore

89

package.json
{
"name": "keycon",
"version": "1.2.1",
"description": "Keyboard Controller",
"main": "./dist/keycon.js",
"module": "./dist/keycon.esm.js",
"sideEffects": false,
"types": "declaration/KeyController.d.ts",
"keywords": [
"key",
"keycode",
"keyboard",
"component",
"esm"
],
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daybrush/keycon.git"
},
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/keycon/issues"
},
"homepage": "https://github.com/daybrush/keycon#readme",
"dependencies": {
"@daybrush/utils": "^1.7.1",
"@scena/event-emitter": "^1.0.2",
"keycode": "^2.2.0"
},
"devDependencies": {
"@daybrush/builder": "^0.1.1",
"@daybrush/jsdoc": "^0.3.7",
"daybrush-jsdoc-template": "^1.5.3",
"print-sizes": "^0.1.0",
"tslint": "^5.20.1",
"typescript": "^3.4.3"
}
}
"name": "keycon",
"version": "1.2.2",
"description": "Keyboard Controller",
"main": "./dist/keycon.js",
"module": "./dist/keycon.esm.js",
"sideEffects": false,
"types": "declaration/KeyController.d.ts",
"keywords": [
"key",
"keycode",
"keyboard",
"component",
"esm"
],
"files": [
"./*"
],
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daybrush/keycon.git"
},
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/keycon/issues"
},
"homepage": "https://github.com/daybrush/keycon#readme",
"dependencies": {
"@daybrush/utils": "^1.7.1",
"@scena/event-emitter": "^1.0.2",
"keycode": "^2.2.0"
},
"devDependencies": {
"@daybrush/builder": "^0.1.1",
"@daybrush/jsdoc": "^0.3.7",
"daybrush-jsdoc-template": "^1.5.3",
"print-sizes": "^0.1.0",
"tslint": "^5.20.1",
"typescript": "^3.4.3"
}
}
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