Socket
Socket
Sign inDemoInstall

react-dom

Package Overview
Dependencies
Maintainers
10
Versions
1904
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.6.0-rc.1 to 15.6.0

1

lib/ReactDOM.js

@@ -38,2 +38,3 @@ /**

unstable_renderSubtreeIntoContainer: renderSubtreeIntoContainer
/* eslint-enable camelcase */
};

@@ -40,0 +41,0 @@

@@ -319,2 +319,3 @@ /**

wbr: true
// NOTE: menuitem's close tag should be omitted, but that causes problems.
};

@@ -321,0 +322,0 @@

5

lib/ReactDOMInput.js

@@ -153,4 +153,7 @@ /**

if (
// eslint-disable-next-line
if (value != valueAsNumber) {
value != valueAsNumber ||
// eslint-disable-next-line
value == valueAsNumber && node.value != value) {
// Cast `value` to a string to ensure the value is set correctly. While

@@ -157,0 +160,0 @@ // browsers typically do this as necessary, jsdom doesn't.

@@ -20,2 +20,3 @@ /**

LowPriority: 4, // Data fetching, or result from updating stores.
OffscreenPriority: 5 };
OffscreenPriority: 5 // Won't be visible but do the work in case it becomes visible.
};

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

module.exports = '15.6.0-rc.1';
module.exports = '15.6.0';

@@ -59,3 +59,4 @@ /**

return TouchHistoryMath.centroidDimension(touchHistory, touchesChangedAfter, true, // isXAxis
true);
true // ofCurrent
);
},

@@ -65,3 +66,4 @@

return TouchHistoryMath.centroidDimension(touchHistory, touchesChangedAfter, false, // isXAxis
true);
true // ofCurrent
);
},

@@ -71,3 +73,4 @@

return TouchHistoryMath.centroidDimension(touchHistory, touchesChangedAfter, true, // isXAxis
false);
false // ofCurrent
);
},

@@ -77,3 +80,4 @@

return TouchHistoryMath.centroidDimension(touchHistory, touchesChangedAfter, false, // isXAxis
false);
false // ofCurrent
);
},

@@ -84,3 +88,4 @@

true, // isXAxis
true);
true // ofCurrent
);
},

@@ -91,3 +96,4 @@

false, // isXAxis
true);
true // ofCurrent
);
},

@@ -94,0 +100,0 @@

{
"name": "react-dom",
"version": "15.6.0-rc.1",
"version": "15.6.0",
"description": "React package for working with the DOM.",

@@ -5,0 +5,0 @@ "main": "index.js",

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