Socket
Socket
Sign inDemoInstall

react-dom

Package Overview
Dependencies
Maintainers
10
Versions
1912
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dom - npm Package Compare versions

Comparing version 15.5.3 to 15.5.4

6

lib/ReactShallowRenderer.js

@@ -127,2 +127,8 @@ /**

ReactShallowRenderer.prototype.unstable_batchedUpdates = function unstable_batchedUpdates(callback, bookkeeping) {
// This is used by Enzyme for fake-simulating events in shallow mode.
injectDefaults();
return ReactUpdates.batchedUpdates(callback, bookkeeping);
};
ReactShallowRenderer.prototype._render = function _render(element, transaction, context) {

@@ -129,0 +135,0 @@ if (this._instance) {

2

lib/ReactVersion.js

@@ -13,2 +13,2 @@ /**

module.exports = '15.5.3';
module.exports = '15.5.4';
{
"name": "react-dom",
"version": "15.5.3",
"version": "15.5.4",
"description": "React package for working with the DOM.",

@@ -19,6 +19,6 @@ "main": "index.js",

"object-assign": "^4.1.0",
"prop-types": "~15.5.0"
"prop-types": "~15.5.7"
},
"peerDependencies": {
"react": "^15.5.3"
"react": "^15.5.4"
},

@@ -25,0 +25,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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