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.0 to 1.2.1

src/index.ts

8

package.json
{
"name": "keycon",
"version": "1.2.0",
"version": "1.2.1",
"description": "Keyboard Controller",

@@ -19,6 +19,3 @@ "main": "./dist/keycon.js",

"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"doc": "rm -rf ./doc && jsdoc -c jsdoc.json",
"release": "npm run build && npm run doc && release --dirs dist,doc",
"release:init": "npm run build && npm run doc && release -i --dirs dist,doc"
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
},

@@ -43,3 +40,2 @@ "repository": {

"@daybrush/jsdoc": "^0.3.7",
"@daybrush/release": "^0.2.4",
"daybrush-jsdoc-template": "^1.5.3",

@@ -46,0 +42,0 @@ "print-sizes": "^0.1.0",

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

import keycon, { getKey, getCombi } from "./KeyController";
import keycon, * as others from "./index";
(keycon as any).getKey = getKey;
(keycon as any).getCombi = getCombi;
for (const name in others) {
(keycon as any)[name] = (others as any)[name];
}
export default keycon;
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