Socket
Socket
Sign inDemoInstall

@sentry-internal/replay-canvas

Package Overview
Dependencies
Maintainers
9
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/replay-canvas - npm Package Compare versions

Comparing version 8.0.0-rc.3 to 8.0.0

4

cjs/index.js

@@ -836,5 +836,7 @@ var {

*/
const replayCanvasIntegration = core.defineIntegration(_replayCanvasIntegration);
const replayCanvasIntegration = core.defineIntegration(
_replayCanvasIntegration,
) ;
exports.replayCanvasIntegration = replayCanvasIntegration;
//# sourceMappingURL=index.js.map

@@ -831,5 +831,7 @@ import { _optionalChain } from '@sentry/utils';

*/
const replayCanvasIntegration = defineIntegration(_replayCanvasIntegration);
const replayCanvasIntegration = defineIntegration(
_replayCanvasIntegration,
) ;
export { replayCanvasIntegration };
//# sourceMappingURL=index.js.map
{
"name": "@sentry-internal/replay-canvas",
"version": "8.0.0-rc.3",
"version": "8.0.0",
"description": "Replay canvas integration",

@@ -53,6 +53,6 @@ "main": "cjs/index.js",

"dependencies": {
"@sentry-internal/replay": "8.0.0-rc.3",
"@sentry/core": "8.0.0-rc.3",
"@sentry/types": "8.0.0-rc.3",
"@sentry/utils": "8.0.0-rc.3"
"@sentry-internal/replay": "8.0.0",
"@sentry/core": "8.0.0",
"@sentry/types": "8.0.0",
"@sentry/utils": "8.0.0"
},

@@ -59,0 +59,0 @@ "engines": {

import { CanvasManagerInterface, CanvasManagerOptions } from '@sentry-internal/replay';
import { Integration, IntegrationFn } from '@sentry/types';
interface ReplayCanvasIntegration extends Integration {
snapshot: (canvasElement?: HTMLCanvasElement) => Promise<void>;
}
interface ReplayCanvasOptions {

@@ -33,4 +37,4 @@ enableManualSnapshot?: boolean;

*/
export declare const replayCanvasIntegration: (options?: Partial<ReplayCanvasOptions> | undefined) => import("@sentry/types").Integration;
export declare const replayCanvasIntegration: IntegrationFn<ReplayCanvasIntegration>;
export {};
//# sourceMappingURL=canvas.d.ts.map
import type { CanvasManagerInterface, CanvasManagerOptions } from '@sentry-internal/replay';
import type { Integration, IntegrationFn } from '@sentry/types';
interface ReplayCanvasIntegration extends Integration {
snapshot: (canvasElement?: HTMLCanvasElement) => Promise<void>;
}
interface ReplayCanvasOptions {

@@ -30,4 +34,4 @@ enableManualSnapshot?: boolean;

*/
export declare const replayCanvasIntegration: (options?: Partial<ReplayCanvasOptions> | undefined) => import("@sentry/types").Integration;
export declare const replayCanvasIntegration: IntegrationFn<ReplayCanvasIntegration>;
export {};
//# sourceMappingURL=canvas.d.ts.map

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 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