New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@datadog/browser-rum-slim

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-rum-slim - npm Package Compare versions

Comparing version 4.7.0 to 4.7.1

src/.DS_Store

2

cjs/entries/main.d.ts

@@ -16,3 +16,3 @@ export { CommonProperties, RumPublicApi as RumGlobal, RumInitConfiguration, RumEvent, RumActionEvent, RumErrorEvent, RumLongTaskEvent, RumResourceEvent, RumViewEvent, RumEventDomainContext, RumViewEventDomainContext, RumErrorEventDomainContext, RumActionEventDomainContext, RumFetchResourceEventDomainContext, RumXhrResourceEventDomainContext, RumOtherResourceEventDomainContext, RumLongTaskEventDomainContext, } from '@datadog/browser-rum-core';

removeUser: () => void;
startView: (name?: string | undefined) => void;
startView: (name: string) => void;
startSessionReplayRecording: () => void;

@@ -19,0 +19,0 @@ stopSessionReplayRecording: () => void;

@@ -16,3 +16,3 @@ export { CommonProperties, RumPublicApi as RumGlobal, RumInitConfiguration, RumEvent, RumActionEvent, RumErrorEvent, RumLongTaskEvent, RumResourceEvent, RumViewEvent, RumEventDomainContext, RumViewEventDomainContext, RumErrorEventDomainContext, RumActionEventDomainContext, RumFetchResourceEventDomainContext, RumXhrResourceEventDomainContext, RumOtherResourceEventDomainContext, RumLongTaskEventDomainContext, } from '@datadog/browser-rum-core';

removeUser: () => void;
startView: (name?: string | undefined) => void;
startView: (name: string) => void;
startSessionReplayRecording: () => void;

@@ -19,0 +19,0 @@ stopSessionReplayRecording: () => void;

{
"name": "@datadog/browser-rum-slim",
"version": "4.7.0",
"version": "4.7.1",
"license": "Apache-2.0",

@@ -15,4 +15,4 @@ "main": "cjs/entries/main.js",

"dependencies": {
"@datadog/browser-core": "4.7.0",
"@datadog/browser-rum-core": "4.7.0"
"@datadog/browser-core": "4.7.1",
"@datadog/browser-rum-core": "4.7.1"
},

@@ -24,3 +24,3 @@ "repository": {

},
"gitHead": "3e5bc9cf4a264d90bc39ed0aac257e86f2a096e8"
"gitHead": "d1c75e113a58ada996e860461dbab2e3847babd4"
}
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