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 1.3.0 to 2.0.0-rc1

4

CHANGELOG.md

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

### 2.0.0
* Introduced new CDN and service endpoints. A new Content Security Policy is
available at https://docs.logrocket.com/docs/troubleshooting-sessions#section-due-to-content-security-policy
### 1.3.0

@@ -2,0 +6,0 @@ * Made NPS survey LogRocket session URL injection optional

18

dist/types.d.ts

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

declare var LogRocket: LR.LogRocket;
declare let LogRocket: LR.LogRocket;

@@ -52,3 +52,3 @@ export = LogRocket;

/** Controls collection of IP addresses and related features, such as GeoIP **/
/** Controls collection of IP addresses and related features, such as GeoIP */
shouldCaptureIP?: boolean,

@@ -58,9 +58,15 @@

* Enable sharing sessions across subdomains by setting this to the top-level hostname.
**/
* */
rootHostname?: string,
/** Convenience option for configuring the SDK for an on-prem install. Include the protocol (eg. https://ingest.example.com) **/
/**
* Convenience option for configuring the SDK for an on-prem install.
* Include the protocol (eg. https://ingest.example.com)
* */
ingestServer?: string,
/** Convenience option for configuring where the full SDK should be loaded from for on-prem installs. **/
/**
* Convenience option for configuring
* where the full SDK should be loaded from for on-prem installs
* */
sdkServer?: string,

@@ -70,3 +76,3 @@

/** a callback which determines whether to send data at a particular moment of time. **/
/** a callback which determines whether to send data at a particular moment of time. * */
shouldSendData?(): boolean,

@@ -73,0 +79,0 @@

{
"name": "logrocket",
"version": "1.3.0",
"version": "2.0.0-rc1",
"description": "JavaScript SDK for [LogRocket](https://logrocket.com/)",

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

@@ -15,1 +15,8 @@ # LogRocket

* [Acknowledgements](https://logrocket.com/open-source)
## Notes
_Supported Browsers_
The logrocket SDK supports IE11 and generatlly does not polyfill.
As a result, any methods added to the SDK must be supported in IE 11.

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