🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@sentry-internal/browser-utils

Package Overview
Dependencies
Maintainers
9
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/browser-utils - npm Package Compare versions

Comparing version

to
9.6.0

4

build/cjs/instrument/history.js

@@ -22,2 +22,5 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

/**
* Exported just for testing
*/
function instrumentHistory() {

@@ -71,2 +74,3 @@ // The `popstate` event may also be triggered on `pushState`, but it may not always reliably be emitted by the browser

exports.addHistoryInstrumentationHandler = addHistoryInstrumentationHandler;
exports.instrumentHistory = instrumentHistory;
//# sourceMappingURL=history.js.map

5

build/esm/instrument/history.js

@@ -20,2 +20,5 @@ import { addHandler, maybeInstrument, triggerHandlers, supportsHistory, fill } from '@sentry/core';

/**
* Exported just for testing
*/
function instrumentHistory() {

@@ -68,3 +71,3 @@ // The `popstate` event may also be triggered on `pushState`, but it may not always reliably be emitted by the browser

export { addHistoryInstrumentationHandler };
export { addHistoryInstrumentationHandler, instrumentHistory };
//# sourceMappingURL=history.js.map

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

{"type":"module","version":"9.6.0-alpha.0","sideEffects":false}
{"type":"module","version":"9.6.0","sideEffects":false}

@@ -11,2 +11,6 @@ import { HandlerDataHistory } from '@sentry/core';

export declare function addHistoryInstrumentationHandler(handler: (data: HandlerDataHistory) => void): void;
/**
* Exported just for testing
*/
export declare function instrumentHistory(): void;
//# sourceMappingURL=history.d.ts.map

@@ -11,2 +11,6 @@ import type { HandlerDataHistory } from '@sentry/core';

export declare function addHistoryInstrumentationHandler(handler: (data: HandlerDataHistory) => void): void;
/**
* Exported just for testing
*/
export declare function instrumentHistory(): void;
//# sourceMappingURL=history.d.ts.map
{
"name": "@sentry-internal/browser-utils",
"version": "9.6.0-alpha.0",
"version": "9.6.0",
"description": "Browser Utilities for all Sentry JavaScript SDKs",

@@ -42,3 +42,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "9.6.0-alpha.0"
"@sentry/core": "9.6.0"
},

@@ -45,0 +45,0 @@ "scripts": {

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