Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.5 to 0.6.6

3

CHANGELOG.md

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

### 0.6.6
* Typescript definition file now works with `noImplicitAny` and `strictLibCheck`.
### 0.6.5

@@ -2,0 +5,0 @@ * Fixed Typescript definition file

7

dist/types.d.ts
declare var LogRocket: LR.LogRocket;
export = LogRocket;
export default LogRocket;

@@ -94,3 +94,4 @@ declare module LR {

options?: ICaptureOptions
)
): void;
/** Manually report string errors to LogRocket */

@@ -102,4 +103,4 @@ captureException(

options?: ICaptureOptions
)
): void;
}
}
{
"name": "logrocket",
"version": "0.6.5",
"version": "0.6.6",
"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