Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.0 to 0.0.1

.editorconfig

37

package.json
{
"name": "keycon",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"main": "./dist/keycon.js",
"module": "./dist/keycon.esm.js",
"sideEffects": false,
"types": "declaration/KeyController.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "rollup -c -w",
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"release": "npm run build && release",
"release:init": "npm run build && release -i"
},
"author": "",
"license": "ISC"
"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": "^0.7.0",
"@egjs/component": "^2.1.2",
"keycode": "^2.2.0"
},
"devDependencies": {
"@daybrush/builder": "0.0.4",
"@daybrush/release": "^0.1.1",
"print-sizes": "0.0.4",
"tslint": "^5.15.0",
"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