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

insomnia-common

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-common - npm Package Compare versions

Comparing version 3.3.1-beta.2 to 3.3.1-beta.3

8

dist/entities/hotkeys.d.ts

@@ -5,6 +5,6 @@ /**

export interface KeyCombination {
ctrl: boolean;
alt: boolean;
shift: boolean;
meta: boolean;
ctrl?: boolean;
alt?: boolean;
shift?: boolean;
meta?: boolean;
keyCode: number;

@@ -11,0 +11,0 @@ }

{
"private": false,
"name": "insomnia-common",
"version": "3.3.1-beta.2",
"version": "3.3.1-beta.3",
"homepage": "https://insomnia.rest",

@@ -33,3 +33,3 @@ "description": "Top-level entities and utilities for Insomnia",

},
"gitHead": "2af3eff41be8dec11313eef210f94eae120156a8"
"gitHead": "68541bdab9e77955ee90cd0c6f418f15f616c9b7"
}

@@ -5,6 +5,6 @@ /**

export interface KeyCombination {
ctrl: boolean;
alt: boolean;
shift: boolean;
meta: boolean;
ctrl?: boolean;
alt?: boolean;
shift?: boolean;
meta?: boolean;
keyCode: number;

@@ -11,0 +11,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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