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

@sentry-internal/replay-canvas

Package Overview
Dependencies
Maintainers
9
Versions
109
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-alpha.7 to 8.0.0-alpha.8

2

cjs/index.js

@@ -669,2 +669,4 @@ var {

return;
if (!canvas.width || !canvas.height)
return;
snapshotInProgressMap.set(id, true);

@@ -671,0 +673,0 @@ if (!isManualSnapshot &&

@@ -664,2 +664,4 @@ import { _optionalChain } from '@sentry/utils';

return;
if (!canvas.width || !canvas.height)
return;
snapshotInProgressMap.set(id, true);

@@ -666,0 +668,0 @@ if (!isManualSnapshot &&

12

package.json
{
"name": "@sentry-internal/replay-canvas",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "Replay canvas integration",

@@ -50,9 +50,9 @@ "main": "cjs/index.js",

"@babel/core": "^7.17.5",
"@sentry-internal/rrweb": "2.11.0"
"@sentry-internal/rrweb": "2.12.0"
},
"dependencies": {
"@sentry-internal/replay": "8.0.0-alpha.7",
"@sentry/core": "8.0.0-alpha.7",
"@sentry/types": "8.0.0-alpha.7",
"@sentry/utils": "8.0.0-alpha.7"
"@sentry-internal/replay": "8.0.0-alpha.8",
"@sentry/core": "8.0.0-alpha.8",
"@sentry/types": "8.0.0-alpha.8",
"@sentry/utils": "8.0.0-alpha.8"
},

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

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