eslint-plugin-react-compat
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,6 @@ | ||
# 0.1.1 (2018-04-04) | ||
* Added `engines` to `package.json` to set minimum Node version to 6. | ||
# 0.1.0 (2018-03-21) | ||
@@ -8,12 +13,16 @@ | ||
## 0.0.3 | ||
# 0.0.3 (2018-01-31) | ||
## Bug Fixes | ||
* Fix export by using CommonJS instead of ES6 modules for index. | ||
## 0.0.2 | ||
# 0.0.2 (2018-01-31) | ||
## Bug Fixes | ||
* Reduce false positives by not flagging functions returning arrays of non-JSX elements. | ||
## 0.0.1 | ||
# 0.0.1 (2018-01-30) | ||
* Initial commit. |
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2018 dogma.io | ||
Copyright (c) 2018-present, dogma.io | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
{ | ||
"name": "eslint-plugin-react-compat", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Make sure your React code is compatible with Inferno and Preact.", | ||
@@ -44,8 +44,11 @@ "main": "lib/index.js", | ||
"babel-core": "^7.0.0-0", | ||
"babel-jest": "23.0.0-alpha.0", | ||
"babel-jest": "22.4.3", | ||
"codecov": "3.0.0", | ||
"jest-cli": "23.0.0-alpha.0", | ||
"jest": "22.4.3", | ||
"lintly": "0.1.0", | ||
"nodely": "0.1.0" | ||
"nodely": "0.1.2" | ||
}, | ||
"engines": { | ||
"node": ">= 6" | ||
}, | ||
"jest": { | ||
@@ -52,0 +55,0 @@ "collectCoverage": true, |
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
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
8216
0