Socket
Socket
Sign inDemoInstall

logrocket

Package Overview
Dependencies
Maintainers
3
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 0.6.9 to 0.6.10

3

CHANGELOG.md

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

### 0.6.10
* Fixed `captureException` type definition.
### 0.6.9

@@ -2,0 +5,0 @@ * Allow calling `captureException` and `captureMessage` in Node.js environments.

10

dist/types.d.ts

@@ -88,3 +88,3 @@ declare var LogRocket: LR.LogRocket;

/** Manually report exceptions to LogRocket */
/** Manually report string errors to LogRocket */
captureMessage(

@@ -97,7 +97,7 @@ /** identifier */

/** Manually report string errors to LogRocket */
/** Manually report exceptions to LogRocket */
captureException(
/** exception identifier */
exception: string,
/** exception metadata */
/** Error instance */
exception: Error,
/** Error metadata */
options?: ICaptureOptions

@@ -104,0 +104,0 @@ ): void;

{
"name": "logrocket",
"version": "0.6.9",
"version": "0.6.10",
"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

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