Socket
Socket
Sign inDemoInstall

@paperbits/core

Package Overview
Dependencies
22
Maintainers
2
Versions
610
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.548 to 0.1.549

4

ko/ui/defaultViewManager.ts

@@ -122,5 +122,3 @@ import * as _ from "lodash";

private onKeyDown(event: KeyboardEvent): void {
console.log(this.canPreview());
if (this.canPreview() && event.key === Keys.F9) {
if (this.canPreview() && event.ctrlKey && event.key === Keys.F10) {
if (this.mode === ViewManagerMode.preview) {

@@ -127,0 +125,0 @@ this.disablePreviewMode();

{
"name": "@paperbits/core",
"version": "0.1.548",
"version": "0.1.549",
"description": "Paperbits core components.",

@@ -24,4 +24,4 @@ "author": "Paperbits",

"@googlemaps/js-api-loader": "^1.12.9",
"@paperbits/common": "0.1.548",
"@paperbits/styles": "0.1.548",
"@paperbits/common": "0.1.549",
"@paperbits/styles": "0.1.549",
"await-parallel-limit": "^2.1.0",

@@ -28,0 +28,0 @@ "basiclightbox": "^5.0.4",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc