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

react-reconciler

Package Overview
Dependencies
Maintainers
9
Versions
1914
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-reconciler - npm Package Compare versions

Comparing version 0.0.0-experimental-7082d5a2d to 0.0.0-experimental-b53ea6ca0

8

build-info.json
{
"branch": "master",
"buildNumber": "53633",
"checksum": "807ff0a",
"commit": "7082d5a2d",
"buildNumber": "59514",
"checksum": "6f449c4",
"commit": "b53ea6ca0",
"environment": "ci",
"reactVersion": "16.10.2-experimental-7082d5a2d"
"reactVersion": "16.11.0-experimental-b53ea6ca0"
}

@@ -1,2 +0,2 @@

/** @license React v0.0.0-experimental-7082d5a2d
/** @license React v0.0.0-experimental-b53ea6ca0
* react-reconciler-reflection.development.js

@@ -280,9 +280,5 @@ *

// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
// Helps identify side effects in render-phase lifecycle hooks and setState
// reducers by double invoking them in Strict Mode.
// In some cases, StrictMode should also double-render lifecycles.
// This can be confusing for tests though,
// And it can be bad for performance in production.
// This feature flag can be used to control the behavior:
// To preserve the "Pause on caught exceptions" behavior of the debugger, we

@@ -322,3 +318,3 @@ // replay the begin phase of a failed component inside invokeGuardedCallback.

// We will enforce mocking scheduler with scheduler/unstable_mock at some point. (v17?)
// Till then, we warn about the missing mock, but still fallback to a sync mode compatible version
// Till then, we warn about the missing mock, but still fallback to a legacy mode compatible version

@@ -338,2 +334,8 @@ // For tests, we flush suspense fallbacks in an act scope;

// Flag to turn event.target and event.currentTarget in ReactNative from a reactTag to a component instance
var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;

@@ -340,0 +342,0 @@ function getNearestMountedFiber(fiber) {

@@ -1,2 +0,2 @@

/** @license React v0.0.0-experimental-7082d5a2d
/** @license React v0.0.0-experimental-b53ea6ca0
* react-reconciler-reflection.production.min.js

@@ -3,0 +3,0 @@ *

{
"name": "react-reconciler",
"description": "React package for creating custom renderers.",
"version": "0.0.0-experimental-7082d5a2d",
"version": "0.0.0-experimental-b53ea6ca0",
"keywords": [

@@ -30,3 +30,3 @@ "react"

"peerDependencies": {
"react": "0.0.0-experimental-7082d5a2d"
"react": "0.0.0-experimental-b53ea6ca0"
},

@@ -37,3 +37,3 @@ "dependencies": {

"prop-types": "^15.6.2",
"scheduler": "0.0.0-experimental-7082d5a2d"
"scheduler": "0.0.0-experimental-b53ea6ca0"
},

@@ -40,0 +40,0 @@ "browserify": {

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