react-test-renderer
Advanced tools
Comparing version 15.5.0-rc.2 to 15.5.0
@@ -101,4 +101,4 @@ /** | ||
ReactShallowRenderer.prototype.render = function render(element, context) { | ||
// Ensure we've done the default injections. This might not be true in the | ||
// case of a simple test that only requires React and the TestUtils in | ||
// Ensure we've done the default injections. This might not be true in the | ||
// case of a simple test that only requires React and the TestUtils in | ||
// conjunction with an inline-requires transform. | ||
@@ -141,2 +141,6 @@ injectDefaults(); | ||
ReactShallowRenderer.createRenderer = function () { | ||
return new ReactShallowRenderer(); | ||
}; | ||
module.exports = ReactShallowRenderer; |
@@ -13,2 +13,2 @@ /** | ||
module.exports = '15.5.0-rc.2'; | ||
module.exports = '15.5.0'; |
{ | ||
"name": "react-test-renderer", | ||
"version": "15.5.0-rc.2", | ||
"version": "15.5.0", | ||
"description": "React package for snapshot testing.", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^15.5.0-rc.2" | ||
"react": "^15.5.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "files": [ |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
352367
8518
0
1