Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

logrocket

Package Overview
Dependencies
Maintainers
13
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logrocket - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1-rc1

5

CHANGELOG.md

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

### 8.1.1
* Resolved an issue with environments that make console methods read-only. We will not be able to capture automatic logs in these environments, but will be able to initialize completely.
* When network capture has been explicitly disabled (with the `network.isEnabled: false` initialization option) we will no longer wrap `XMLHttpRequest` or `fetch`.
* Added `dom.disableWebAnimations` initialization option to disable web animation capture, which is enabled by default (https://docs.logrocket.com/reference/disabling-web-animation-api-capture).
### 8.1.0

@@ -2,0 +7,0 @@ * Added `trackScrollEvent` SDK call for manually logging element scroll positions.

@@ -53,2 +53,7 @@ declare let LogRocket: LR.LogRocket;

hiddenAttributes?: string[],
/**
* Prevents Web Animation API animations from being captured in a limited capacity.
* Defaults to false.
*/
disableWebAnimations?: boolean,
},

@@ -55,0 +60,0 @@

2

package.json
{
"name": "logrocket",
"version": "8.1.0",
"version": "8.1.1-rc1",
"description": "JavaScript SDK for [LogRocket](https://logrocket.com/)",

@@ -5,0 +5,0 @@ "main": "dist/build.umd.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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