Socket
Socket
Sign inDemoInstall

@github/hotkey

Package Overview
Dependencies
Maintainers
15
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/hotkey - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

3

dist/hotkey.d.ts

@@ -0,3 +1,4 @@

import { NormalizedSequenceString } from './sequence';
declare const normalizedHotkeyBrand: unique symbol;
export declare type NormalizedHotkeyString = string & {
export declare type NormalizedHotkeyString = NormalizedSequenceString & {
[normalizedHotkeyBrand]: true;

@@ -4,0 +5,0 @@ };

{
"name": "@github/hotkey",
"version": "2.1.0",
"version": "2.1.1",
"description": "",

@@ -38,3 +38,3 @@ "main": "dist/index.js",

"karma-mocha-reporter": "^2.2.3",
"mocha": "^8.3.2",
"mocha": "^10.2.0",
"rollup": "^2.4.0",

@@ -41,0 +41,0 @@ "typescript": "^4.2.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