Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

keypress-tool

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keypress-tool - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "keypress-tool",
"version": "1.0.8",
"version": "1.0.9",
"description": "Create custom keyboard shortcuts (in the browser)",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,3 +11,3 @@ # keypress-tool

˜˜˜js
```js
import KeyPress from 'keypress-tool';

@@ -41,3 +41,3 @@

k.toString(); // '⌃⌥⇧⌘A' on macOS
˜˜˜
```

@@ -56,18 +56,18 @@ Only these special keys work in fullscreen in Safari:

˜˜˜sh
```sh
git clone git@github.com:JannesMeyer/keypress-tool.git
yarn
˜˜˜
```
Or compile and watch for file changes:
˜˜˜sh
```sh
yarn start
˜˜˜
```
Run tests:
˜˜˜sh
```sh
yarn test
˜˜˜
```

@@ -74,0 +74,0 @@ Please respect the existing formatting and indentation style. Please add tests for code that you contribute. Submit a pull request when you are done.

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