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

@slimsag/react-shortcuts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slimsag/react-shortcuts - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist/index.d.ts
export { default as Shortcut, Props as ShortcutProps } from './Shortcut';
export { default as ShortcutProvider, Props as ProviderProps, Context, } from './ShortcutProvider';
export { default as ShortcutProvider, Props as ProviderProps, Context, Provider as ContextProvider, } from './ShortcutProvider';
export { default as ShortcutManager } from './ShortcutManager';
export { default as Key, AlphabetKey, NumericKey, ModifierKey, WhiteSpaceKey, NavigationKey, EditingKey, UIKey, DeviceKey, IMEKey, FunctionKey, PhoneKey, MultimediaKey, AudioControlKey, TVControlKey, MediaControllerKey, SpeechRecognitionKey, DocumentKey, ApplicationSelectorKey, BrowserControlKey, } from './keys';

@@ -7,3 +7,4 @@ "use strict";

exports.ShortcutProvider = ShortcutProvider_1.default;
exports.ContextProvider = ShortcutProvider_1.Provider;
var ShortcutManager_1 = require("./ShortcutManager");
exports.ShortcutManager = ShortcutManager_1.default;
{
"name": "@slimsag/react-shortcuts",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Declaratively and efficiently match shortcut combinations in your react application",

@@ -7,2 +7,3 @@ export {default as Shortcut, Props as ShortcutProps} from './Shortcut';

Context,
Provider as ContextProvider,
} from './ShortcutProvider';

@@ -9,0 +10,0 @@

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