scheduler
Advanced tools
Comparing version 0.9.0 to 0.10.0-alpha.400d197
@@ -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" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
57362
1
2
1378
+ Addedloose-envify@^1.1.0
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)