Socket
Socket
Sign inDemoInstall

@sentry/replay

Package Overview
Dependencies
Maintainers
11
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/replay - npm Package Compare versions

Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5

2

esm/package.json

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

{ "type": "module" }
{"type":"module","sideEffects":false}
{
"name": "@sentry/replay",
"version": "8.0.0-alpha.4",
"version": "8.0.0-alpha.5",
"description": "User replays for Sentry",

@@ -47,3 +47,3 @@ "main": "cjs/index.js",

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "8.0.0-alpha.4",
"@sentry-internal/replay-worker": "8.0.0-alpha.5",
"@sentry-internal/rrweb": "2.11.0",

@@ -55,6 +55,6 @@ "@sentry-internal/rrweb-snapshot": "2.11.0",

"dependencies": {
"@sentry-internal/tracing": "8.0.0-alpha.4",
"@sentry/core": "8.0.0-alpha.4",
"@sentry/types": "8.0.0-alpha.4",
"@sentry/utils": "8.0.0-alpha.4"
"@sentry-internal/tracing": "8.0.0-alpha.5",
"@sentry/core": "8.0.0-alpha.5",
"@sentry/types": "8.0.0-alpha.5",
"@sentry/utils": "8.0.0-alpha.5"
},

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

export { replayIntegration } from './integration';
export { ReplayConfiguration, ReplayEventType, ReplayEventWithTime, ReplayBreadcrumbFrame, ReplayBreadcrumbFrameEvent, ReplayOptionFrameEvent, ReplayFrame, ReplayFrameEvent, ReplaySpanFrame, ReplaySpanFrameEvent, CanvasManagerInterface, CanvasManagerOptions, } from './types';
export { getReplay } from './util/getReplay';
export * from './types/deprecated';
//# sourceMappingURL=index.d.ts.map
export { replayIntegration } from './integration';
export type { ReplayConfiguration, ReplayEventType, ReplayEventWithTime, ReplayBreadcrumbFrame, ReplayBreadcrumbFrameEvent, ReplayOptionFrameEvent, ReplayFrame, ReplayFrameEvent, ReplaySpanFrame, ReplaySpanFrameEvent, CanvasManagerInterface, CanvasManagerOptions, } from './types';
export { getReplay } from './util/getReplay';
export * from './types/deprecated';
//# sourceMappingURL=index.d.ts.map

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