Socket
Socket
Sign inDemoInstall

logrocket

Package Overview
Dependencies
Maintainers
9
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 2.0.0 to 2.1.0-rc1

4

CHANGELOG.md

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

### 2.1.0
* Added TS types for cross-domain iframe recording configuration variables
found here https://docs.logrocket.com/reference#mergeiframes
### 2.0.0

@@ -2,0 +6,0 @@ * Introduced new CDN and service endpoints. A new Content Security Policy is

@@ -81,2 +81,14 @@ declare let LogRocket: LR.LogRocket;

/**
* Controls domains to which a parent window can post messages
* in order to merge recording with cross-domain iframes
* */
childDomains?: string[] | null,
/**
* Controls domain to which an iframe window can post messages
* in order to merge recording with a cross-domain parent window
* */
parentDomain?: string | null,
shouldAugmentNPS?: boolean,

@@ -83,0 +95,0 @@

2

package.json
{
"name": "logrocket",
"version": "2.0.0",
"version": "2.1.0-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