Socket
Socket
Sign inDemoInstall

@datadog/browser-core

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-core - npm Package Compare versions

Comparing version 1.12.9 to 1.12.10

2

cjs/index.d.ts

@@ -7,3 +7,3 @@ export { DEFAULT_CONFIGURATION, Configuration, UserConfiguration } from './configuration';

export { RequestType, RequestCompleteEvent, RequestStartEvent, startRequestCollection, RequestObservables, } from './requestCollection';
export { startSessionManagement, SESSION_COOKIE_NAME, stopSessionManagement, } from './sessionManagement';
export { startSessionManagement, SESSION_TIME_OUT_DELAY, SESSION_COOKIE_NAME, stopSessionManagement, } from './sessionManagement';
export { HttpRequest, Batch } from './transport';

@@ -10,0 +10,0 @@ export * from './urlPolyfill';

@@ -28,2 +28,3 @@ "use strict";

exports.startSessionManagement = sessionManagement_1.startSessionManagement;
exports.SESSION_TIME_OUT_DELAY = sessionManagement_1.SESSION_TIME_OUT_DELAY;
// Exposed for tests

@@ -30,0 +31,0 @@ exports.SESSION_COOKIE_NAME = sessionManagement_1.SESSION_COOKIE_NAME;

@@ -7,3 +7,3 @@ export { DEFAULT_CONFIGURATION, Configuration, UserConfiguration } from './configuration';

export { RequestType, RequestCompleteEvent, RequestStartEvent, startRequestCollection, RequestObservables, } from './requestCollection';
export { startSessionManagement, SESSION_COOKIE_NAME, stopSessionManagement, } from './sessionManagement';
export { startSessionManagement, SESSION_TIME_OUT_DELAY, SESSION_COOKIE_NAME, stopSessionManagement, } from './sessionManagement';
export { HttpRequest, Batch } from './transport';

@@ -10,0 +10,0 @@ export * from './urlPolyfill';

@@ -7,3 +7,3 @@ export { DEFAULT_CONFIGURATION } from './configuration';

export { RequestType, startRequestCollection, } from './requestCollection';
export { startSessionManagement,
export { startSessionManagement, SESSION_TIME_OUT_DELAY,
// Exposed for tests

@@ -10,0 +10,0 @@ SESSION_COOKIE_NAME, stopSessionManagement, } from './sessionManagement';

{
"name": "@datadog/browser-core",
"version": "1.12.9",
"version": "1.12.10",
"license": "Apache-2.0",

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

},
"gitHead": "b4172cdf024d1a0d2c72b9ff3ce9b7758c946a01"
"gitHead": "166ad44f34a4b9bde9ae63fc69b23a86d9e72ade"
}

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