Socket
Socket
Sign inDemoInstall

@sentry-internal/replay

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/replay - npm Package Compare versions

Comparing version 8.12.0 to 8.13.0

build/npm/cjs/index.js

64

package.json
{
"name": "@sentry-internal/replay",
"version": "8.12.0",
"version": "8.13.0",
"description": "User replays for Sentry",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"main": "build/npm/cjs/index.js",
"module": "build/npm/esm/index.js",
"types": "build/npm/types/index.d.ts",
"exports": {

@@ -12,8 +12,8 @@ "./package.json": "./package.json",

"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.js"
"types": "./build/npm/types/index.d.ts",
"default": "./build/npm/esm/index.js"
},
"require": {
"types": "./types/index.d.ts",
"default": "./cjs/index.js"
"types": "./build/npm/types/index.d.ts",
"default": "./build/npm/cjs/index.js"
}

@@ -24,4 +24,4 @@ }

"<4.9": {
"types/index.d.ts": [
"types-ts3.8/index.d.ts"
"build/npm/types/index.d.ts": [
"build/npm/types-ts3.8/index.d.ts"
]

@@ -31,6 +31,3 @@ }

"files": [
"cjs",
"esm",
"types",
"types-ts3.8"
"/build/npm"
],

@@ -41,2 +38,26 @@ "sideEffects": false,

},
"scripts": {
"build": "run-p build:transpile build:types build:bundle",
"build:transpile": "rollup -c rollup.npm.config.mjs",
"build:bundle": "rollup -c rollup.bundle.config.mjs",
"build:dev": "run-p build:transpile build:types",
"build:types": "run-s build:types:core build:types:downlevel",
"build:types:core": "tsc -p tsconfig.types.json",
"build:types:downlevel": "yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8",
"build:watch": "run-p build:transpile:watch build:bundle:watch build:types:watch",
"build:dev:watch": "run-p build:transpile:watch build:types:watch",
"build:transpile:watch": "yarn build:transpile --watch",
"build:bundle:watch": "yarn build:bundle --watch",
"build:types:watch": "tsc -p tsconfig.types.json --watch",
"build:tarball": "npm pack",
"circularDepCheck": "madge --circular src/index.ts",
"clean": "rimraf build sentry-replay-*.tgz",
"fix": "run-s fix:biome fix:eslint",
"fix:eslint": "eslint . --format stylish --fix",
"fix:biome": "biome check --apply .",
"lint": "eslint . --format stylish",
"test": "vitest",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
},
"repository": {

@@ -54,3 +75,3 @@ "type": "git",

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "8.12.0",
"@sentry-internal/replay-worker": "8.13.0",
"@sentry-internal/rrweb": "2.15.0",

@@ -63,10 +84,13 @@ "@sentry-internal/rrweb-snapshot": "2.15.0",

"dependencies": {
"@sentry-internal/browser-utils": "8.12.0",
"@sentry/core": "8.12.0",
"@sentry/types": "8.12.0",
"@sentry/utils": "8.12.0"
"@sentry-internal/browser-utils": "8.13.0",
"@sentry/core": "8.13.0",
"@sentry/types": "8.13.0",
"@sentry/utils": "8.13.0"
},
"engines": {
"node": ">=14.18"
},
"volta": {
"extends": "../../package.json"
}
}
}
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