logrocket-react
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -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 @@ |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4524
1
+ Addedasap@2.0.6(transitive)
+ Addedcore-js@1.2.7(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addedfbjs@0.8.18(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedpromise@7.3.1(transitive)
+ Addedreact@16.4.1(transitive)
+ Addedreact-dom@16.4.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedua-parser-js@0.7.39(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedreact@16.4.1
Updatedreact-dom@16.4.1