Socket
Socket
Sign inDemoInstall

logrocket-react

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logrocket-react - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

CHANGELOG.md

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

### 2.0.0
- Add support for React 16.4
- Remove support for React <16.4
### 1.0.0

@@ -2,0 +6,0 @@

2

dist/index.js

@@ -16,3 +16,3 @@ 'use strict';

extractEvents: function extractEvents(topLevelType, targetInst, nativeEvent) {
if (topLevelType !== 'topClick' || !targetInst) {
if (topLevelType !== 'click' || !targetInst) {
return;

@@ -19,0 +19,0 @@ }

{
"name": "logrocket-react",
"version": "1.0.0",
"version": "2.0.0",
"description": "React library for [LogRocket](https://logrocket.com/).",

@@ -20,3 +20,3 @@ "main": "dist/index.js",

"test": "./node_modules/.bin/karma start",
"test:16": "npm run react:clean && yarn add react@16 react-dom@16 && npm test"
"test:16": "npm run react:clean && yarn add react@16.4.1 react-dom@16.4.1 && npm test"
},

@@ -65,5 +65,5 @@ "devDependencies": {

"dependencies": {
"react": "16",
"react-dom": "16"
"react": "16.4.1",
"react-dom": "16.4.1"
}
}
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