Socket
Socket
Sign inDemoInstall

scheduler

Package Overview
Dependencies
Maintainers
8
Versions
1874
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scheduler - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0-alpha.0

10

build-info.json
{
"branch": "master",
"buildNumber": "12928",
"checksum": "7d45248",
"commit": "4a1072194",
"branch": "pull/14555",
"buildNumber": "12980",
"checksum": "0715bcb",
"commit": "f22621f88",
"environment": "ci",
"reactVersion": "16.6.1-canary-4a1072194"
"reactVersion": "16.7.0-canary-f22621f88"
}

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

/** @license React v0.12.0
/** @license React v0.13.0-alpha.0
* scheduler-tracing.development.js

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

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

/** @license React v0.12.0
/** @license React v0.13.0-alpha.0
* scheduler-tracing.production.min.js

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

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

/** @license React v0.12.0
/** @license React v0.13.0-alpha.0
* scheduler-tracing.profiling.min.js

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

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

/** @license React v0.12.0
/** @license React v0.13.0-alpha.0
* scheduler.development.js

@@ -20,40 +20,4 @@ *

// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
var enableSchedulerDebugging = false;
// 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
// replay the begin phase of a failed component inside invokeGuardedCallback.
// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
// Gather advanced timing metrics for Profiler subtrees.
// Trace which interactions trigger each commit.
// Only used in www builds.
// TODO: true? Here it might just be false.
// Only used in www builds.
var enableSchedulerDebugging = true;
// Only used in www builds.
// React Fire: prevent the value and checked attributes from syncing
// with their related DOM properties
// These APIs will no longer be "unstable" in the upcoming 16.7 release,
// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
/* eslint-disable no-var */

@@ -60,0 +24,0 @@

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

/** @license React v0.12.0
/** @license React v0.13.0-alpha.0
* scheduler.production.min.js

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

{
"_from": "scheduler@0.0.0-4a1072194",
"_id": "scheduler@0.0.0-4a1072194",
"_from": "scheduler@0.0.0-f22621f88",
"_id": "scheduler@0.0.0-f22621f88",
"_inBundle": false,
"_integrity": "sha512-U+PqKfBcR39RFbJrlJPFwDXG2iLOZBGOPzNSWTAGUoOfTiL8qHTkemJeyV5CcL0UyaRgR8g3S469cNWFs/SHIw==",
"_integrity": "sha512-4pnQM3NDv8kMUr6N2qlFFkTmlpqH60CcwBHTPw8PJyZyzCeEAg1z2SdWC/qJPXalKQ9TOzcJXw7ZigkAgMbzog==",
"_location": "/scheduler",

@@ -11,8 +11,8 @@ "_phantomChildren": {},

"registry": true,
"raw": "scheduler@0.0.0-4a1072194",
"raw": "scheduler@0.0.0-f22621f88",
"name": "scheduler",
"escapedName": "scheduler",
"rawSpec": "0.0.0-4a1072194",
"rawSpec": "0.0.0-f22621f88",
"saveSpec": null,
"fetchSpec": "0.0.0-4a1072194"
"fetchSpec": "0.0.0-f22621f88"
},

@@ -28,6 +28,6 @@ "_requiredBy": [

],
"_resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.0.0-4a1072194.tgz",
"_shasum": "0af54576603ff27990191d592acbcb147eba28d4",
"_spec": "scheduler@0.0.0-4a1072194",
"_where": "/Users/acdlite/Code/react/build/node_modules",
"_resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.0.0-f22621f88.tgz",
"_shasum": "8b24b896be56264b5551b8a16651d11d83036c2f",
"_spec": "scheduler@0.0.0-f22621f88",
"_where": "/Users/gaearon/p/react/build/node_modules",
"browserify": {

@@ -69,3 +69,3 @@ "transform": [

},
"version": "0.12.0"
"version": "0.13.0-alpha.0"
}
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