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

scheduler

Package Overview
Dependencies
Maintainers
6
Versions
1976
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.9.0 to 0.10.0-alpha.400d197

9

cjs/scheduler-tracing.development.js

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

/** @license React v16.5.2
/** @license React v16.6.0-alpha.400d197
* scheduler-tracing.development.js

@@ -23,7 +23,5 @@ *

// Experimental error-boundary API that can recover from errors within a single
// render phase
// Suspense
// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:

@@ -45,5 +43,2 @@

// Warn about legacy context API
// Gather advanced timing metrics for Profiler subtrees.

@@ -50,0 +45,0 @@

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

/** @license React v16.5.2
/** @license React v16.6.0-alpha.400d197
* scheduler-tracing.production.min.js

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

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

/** @license React v16.5.2
/** @license React v16.6.0-alpha.400d197
* scheduler-tracing.profiling.min.js

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

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

/** @license React v16.5.2
/** @license React v16.6.0-alpha.400d197
* scheduler.development.js

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

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

/** @license React v16.5.2
/** @license React v16.6.0-alpha.400d197
* scheduler.production.min.js

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

{
"name": "scheduler",
"version": "0.9.0",
"version": "0.10.0-alpha.400d197",
"description": "Cooperative scheduler for the browser environment.",

@@ -16,2 +16,3 @@ "main": "index.js",

"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"

@@ -27,3 +28,8 @@ },

"umd/"
]
],
"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