@reactive-js/schedulers
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "@reactive-js/schedulers", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "dist/cjs/index.js", | ||
@@ -41,4 +41,4 @@ "module": "dist/esm5/index.js", | ||
"dependencies": { | ||
"@reactive-js/disposable": "^0.0.25", | ||
"@reactive-js/scheduler": "^0.0.25" | ||
"@reactive-js/disposable": "^0.0.26", | ||
"@reactive-js/scheduler": "^0.0.26" | ||
}, | ||
@@ -70,3 +70,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c23221b85a7fc7f4252783af164069c6397f41de" | ||
"gitHead": "8ba4fa5036e9a8dedc0394b229e565934f0f7195" | ||
} |
# @reactive-js/schedulers | ||
A collection of utilities for implementing platform schedulers and testing code that depends upon scheduling. | ||
## Installation | ||
### via npm | ||
```sh | ||
npm install @reactive-js/schedulers | ||
``` | ||
### via yarn | ||
```sh | ||
yarn add @reactive-js/schedulers | ||
``` | ||
## Documentation | ||
API documentation is available [here](./docs). |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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
22
2998
3
0
2
+ Added@reactive-js/disposable@0.0.26(transitive)
+ Added@reactive-js/scheduler@0.0.26(transitive)
- Removed@reactive-js/disposable@0.0.25(transitive)
- Removed@reactive-js/scheduler@0.0.25(transitive)