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 6.0.0 to 6.0.1-rc1

setup.d.ts

4

CHANGELOG.md

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

### 6.0.1
* Update type definitions to correctly expose `serverURL` for the `LogRocket.init` method.
* Added type definition for the `logrocket/setup` method of configuring the SDK.
### 6.0.0

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

15

dist/types.d.ts

@@ -64,13 +64,8 @@ declare let LogRocket: LR.LogRocket;

/**
* Convenience option for configuring the SDK for an on-prem install.
* Include the protocol (eg. https://ingest.example.com)
* */
ingestServer?: string,
* Configure where recording data is published - useful for proxying data and Self-Hosted installations.
*
* A full and valid ingestion URL is required (eg. https://ingest.example.com/i)
*/
serverURL?: string,
/**
* Convenience option for configuring
* where the full SDK should be loaded from for on-prem installs
* */
sdkServer?: string,
uploadTimeInterval?: number,

@@ -77,0 +72,0 @@

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

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

"dist/build.umd.js",
"dist/types.d.ts",
"setup.js",
"dist/types.d.ts",
"setup.d.ts",
"CHANGELOG.md"

@@ -14,0 +15,0 @@ ],

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