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 16.0.0-alpha.12 to 16.0.0-alpha.13

25

cjs/react-dom-test-utils.development.js

@@ -330,11 +330,14 @@ 'use strict';

var ReactTypeOfSideEffect = {
NoEffect: 0, // 0b0000000
Placement: 1, // 0b0000001
Update: 2, // 0b0000010
PlacementAndUpdate: 3, // 0b0000011
Deletion: 4, // 0b0000100
ContentReset: 8, // 0b0001000
Callback: 16, // 0b0010000
Err: 32, // 0b0100000
Ref: 64 };
// Don't change these two values:
NoEffect: 0, // 0b00000000
PerformedWork: 1, // 0b00000001
// You can change the rest (and add more).
Placement: 2, // 0b00000010
Update: 4, // 0b00000100
PlacementAndUpdate: 6, // 0b00000110
Deletion: 8, // 0b00001000
ContentReset: 16, // 0b00010000
Callback: 32, // 0b00100000
Err: 64, // 0b01000000
Ref: 128 };

@@ -1123,5 +1126,5 @@ var ReactCurrentOwner = ReactGlobalSharedState_1.ReactCurrentOwner;

var EventPropagators = _ReactDOM$__SECRET_IN.EventPropagators;
var ReactBrowserEventEmitter = _ReactDOM$__SECRET_IN.ReactBrowserEventEmitter;
var ReactControlledComponent = _ReactDOM$__SECRET_IN.ReactControlledComponent;
var ReactDOMComponentTree = _ReactDOM$__SECRET_IN.ReactDOMComponentTree;
var ReactDOMEventListener = _ReactDOM$__SECRET_IN.ReactDOMEventListener;

@@ -1428,3 +1431,3 @@

fakeNativeEvent.target = node;
ReactBrowserEventEmitter.ReactEventListener.dispatchEvent(topLevelType, fakeNativeEvent);
ReactDOMEventListener.dispatchEvent(topLevelType, fakeNativeEvent);
},

@@ -1431,0 +1434,0 @@

{
"name": "react-dom",
"version": "16.0.0-alpha.12",
"version": "16.0.0-alpha.13",
"description": "React package for working with the DOM.",

@@ -22,3 +22,3 @@ "main": "index.js",

"peerDependencies": {
"react": "^16.0.0-alpha.12"
"react": "^16.0.0-alpha.13"
},

@@ -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

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