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.0.16 to 1.1.0-rc1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 1.1.0
* Track API improvements
### 1.0.16

@@ -2,0 +5,0 @@ * Wootric integration improvements

@@ -99,2 +99,7 @@ declare var LogRocket: LR.LogRocket;

type TrackEventProperties = {
revenue?: number,
[key: string]: string | number | boolean | string[] | number[] | boolean[]
};
interface LogRocket {

@@ -127,3 +132,3 @@ /** Configures LogRocket */

/** Send an event to LogRocket */
track(eventName: string): void;
track(eventName: string, eventProperties?: TrackEventProperties): void;

@@ -130,0 +135,0 @@ /** Start a new session and end the current one */

2

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