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

react-test-renderer

Package Overview
Dependencies
Maintainers
11
Versions
1959
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-test-renderer - npm Package Compare versions

Comparing version 15.5.0-rc.2 to 15.5.0

8

lib/ReactShallowRenderer.js

@@ -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": [

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