You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ts-key-enum

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

ts-key-enum - npm Package Compare versions

Comparing version

to
2.0.10

6

dist/declarations/Key.enum.d.ts

@@ -547,3 +547,3 @@ /**

/**
* Decreases trhe audio description's mixing volume; reduces the volume of
* Decreases the audio description's mixing volume; reduces the volume of
* the audio descriptions relative to the program sound.

@@ -789,3 +789,3 @@ */

PinPMove = "PinPMove",
/** Toggles display of th epicture-in-picture view on and off. */
/** Toggles display of the picture-in-picture view on and off. */
PinPToggle = "PinPToggle",

@@ -995,3 +995,3 @@ /** A button to move the picture-in-picture view upward. */

* The numeric keypad's places separator character.
* (In the United States this is a comma, but elsewhere it is frequently
* (In the United States this is a comma, but elsewhere it is frequently
* a period.)

@@ -998,0 +998,0 @@ */

@@ -550,3 +550,3 @@ "use strict";

/**
* Decreases trhe audio description's mixing volume; reduces the volume of
* Decreases the audio description's mixing volume; reduces the volume of
* the audio descriptions relative to the program sound.

@@ -792,3 +792,3 @@ */

Key["PinPMove"] = "PinPMove";
/** Toggles display of th epicture-in-picture view on and off. */
/** Toggles display of the picture-in-picture view on and off. */
Key["PinPToggle"] = "PinPToggle";

@@ -998,3 +998,3 @@ /** A button to move the picture-in-picture view upward. */

* The numeric keypad's places separator character.
* (In the United States this is a comma, but elsewhere it is frequently
* (In the United States this is a comma, but elsewhere it is frequently
* a period.)

@@ -1001,0 +1001,0 @@ */

{
"name": "ts-key-enum",
"version": "2.0.9",
"version": "2.0.10",
"description": "A TypeScript string enum for compile-time safety when working with event.key",

@@ -5,0 +5,0 @@ "main": "dist/js/Key.enum.js",