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

highlight.run

Package Overview
Dependencies
Maintainers
0
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highlight.run - npm Package Compare versions

Comparing version 9.0.3 to 9.0.4

dist/index-BKz4R2Yh.js

6

CHANGELOG.md
# highlight.run
## 9.0.4
### Patch Changes
- 0a245b208: default to jpeg canvas recording when webp not supported
## 9.0.3

@@ -4,0 +10,0 @@

@@ -55,2 +55,11 @@ import { ConsoleMethods, DebugOptions, IntegrationOptions, NetworkRecordingOptions, SessionShortcutOptions } from './client.js';

canvasInitialSnapshotDelay?: number;
/**
* Settings for canvas data serialization. Defaults to {"image/webp", 0.9} for browsers
* that support WebP and {"image/jpeg", 0.6} for others. Can be overridden to any type
* or quality value supported by [`toDataURL`](http://mdn.io/toDataURL).
*/
dataUrlOptions?: Partial<{
type: string;
quality: number;
}>;
};

@@ -57,0 +66,0 @@ export declare type HighlightOptions = {

4

dist/client/src/utils/utils.d.ts

@@ -10,1 +10,5 @@ import { StringifyOptions } from '../listeners/console-listener';

export declare function stringify(obj: any, stringifyOptions?: StringifyOptions): string;
export declare function getDefaultDataURLOptions(): {
type: string;
quality: number;
};

2

dist/firstload/src/__generated/version.d.ts

@@ -1,2 +0,2 @@

declare const _default: "9.0.3";
declare const _default: "9.0.4";
export default _default;

@@ -1,2 +0,2 @@

import { H as i, a as r, M as t, b as a } from "./index-BF_dTo1R.js";
import { H as i, a as r, M as t, b as a } from "./index-CahjG6Ko.js";
export {

@@ -3,0 +3,0 @@ i as H,

{
"name": "highlight.run",
"version": "9.0.3",
"version": "9.0.4",
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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