Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: crypto | 1 name: crypto |
| 2 version: 0.9.2-dev | 2 version: 0.9.2 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Library of cryptographic functions. | 4 description: Library of cryptographic functions. |
| 5 homepage: https://www.github.com/dart-lang/crypto | 5 homepage: https://www.github.com/dart-lang/crypto |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.8.0 <2.0.0' | 7 sdk: '>=1.8.0 <2.0.0' |
| 8 dependencies: | 8 dependencies: |
| 9 convert: '^1.0.0' | |
| 9 charcode: '^1.1.0' | 10 charcode: '^1.1.0' |
| 10 typed_data: '^1.0.0' | 11 typed_data: '^1.0.0' |
| 11 dev_dependencies: | 12 dev_dependencies: |
| 12 test: '>=0.12.0 <0.13.0' | 13 test: '>=0.12.0 <0.13.0' |
| OLD | NEW |