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.13.0-alpha.0 to 0.13.0-alpha.1

10

build-info.json
{
"branch": "pull/14555",
"buildNumber": "12980",
"checksum": "0715bcb",
"commit": "f22621f88",
"branch": "pull/14602",
"buildNumber": "13042",
"checksum": "6388c7d",
"commit": "f8aba411f",
"environment": "ci",
"reactVersion": "16.7.0-canary-f22621f88"
"reactVersion": "16.7.0-canary-f8aba411f"
}

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

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

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

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

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

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

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

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

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

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

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

@@ -199,3 +199,3 @@ *

while (firstCallbackNode !== null && !(enableSchedulerDebugging && isSchedulerPaused)) {
// TODO Wrap i nfeature flag
// TODO Wrap in feature flag
// Read the current time. Flush all the callbacks that expire at or

@@ -202,0 +202,0 @@ // earlier than that time. Then read the current time again and repeat.

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

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

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

{
"_from": "scheduler@0.0.0-f22621f88",
"_id": "scheduler@0.0.0-f22621f88",
"_inBundle": false,
"_integrity": "sha512-4pnQM3NDv8kMUr6N2qlFFkTmlpqH60CcwBHTPw8PJyZyzCeEAg1z2SdWC/qJPXalKQ9TOzcJXw7ZigkAgMbzog==",
"_location": "/scheduler",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "scheduler@0.0.0-f22621f88",
"name": "scheduler",
"escapedName": "scheduler",
"rawSpec": "0.0.0-f22621f88",
"saveSpec": null,
"fetchSpec": "0.0.0-f22621f88"
},
"_requiredBy": [
"#USER",
"/",
"/react",
"/react-art",
"/react-dom",
"/react-reconciler",
"/react-test-renderer"
"name": "scheduler",
"version": "0.13.0-alpha.1",
"description": "Cooperative scheduler for the browser environment.",
"main": "index.js",
"repository": "facebook/react",
"license": "MIT",
"keywords": [
"react"
],
"_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": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"bundleDependencies": false,
"homepage": "https://reactjs.org/",
"dependencies": {

@@ -44,4 +19,2 @@ "loose-envify": "^1.1.0",

},
"deprecated": false,
"description": "Cooperative scheduler for the browser environment.",
"files": [

@@ -57,14 +30,7 @@ "LICENSE",

],
"homepage": "https://reactjs.org/",
"keywords": [
"react"
],
"license": "MIT",
"main": "index.js",
"name": "scheduler",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"version": "0.13.0-alpha.0"
"browserify": {
"transform": [
"loose-envify"
]
}
}
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