| OLD | NEW |
| 1 name: async | 1 name: async |
| 2 version: 1.11.1 | 2 version: 1.11.2 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Utility functions and classes related to the 'dart:async' library. | 4 description: Utility functions and classes related to the 'dart:async' library. |
| 5 homepage: https://www.github.com/dart-lang/async | 5 homepage: https://www.github.com/dart-lang/async |
| 6 dependencies: | 6 dependencies: |
| 7 collection: "^1.5.0" | 7 collection: "^1.5.0" |
| 8 dev_dependencies: | 8 dev_dependencies: |
| 9 fake_async: "^0.1.2" | 9 fake_async: "^0.1.2" |
| 10 stack_trace: "^1.0.0" | 10 stack_trace: "^1.0.0" |
| 11 test: "^0.12.0" | 11 test: "^0.12.0" |
| 12 environment: | 12 environment: |
| 13 sdk: ">=1.12.0 <2.0.0" | 13 sdk: ">=1.12.0 <2.0.0" |
| OLD | NEW |