|
4 | 4 | 32-bit unsigned integer arithmetic and logic operators for JavaScript using |
5 | 5 | 32-bit signed integers as the underlying data type. |
6 | 6 |
|
7 | | -Used in [@aureooms/js-hash](https://github.com/aureooms/js-hash). |
8 | | -For a 64-bit version, see [@aureooms/js-uint64](https://github.com/aureooms/js-uint64). |
| 7 | +Used in [@aureooms/js-hash](https://github.com/make-github-pseudonymous-again/js-hash). |
| 8 | +For a 64-bit version, see [@aureooms/js-uint64](https://github.com/make-github-pseudonymous-again/js-uint64). |
9 | 9 |
|
10 | 10 | ```js |
11 | 11 | rotl32(1, 1); // 2 |
12 | 12 | ``` |
13 | 13 |
|
14 | | -[](https://raw.githubusercontent.com/aureooms/js-uint32/main/LICENSE) |
| 14 | +[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-uint32/main/LICENSE) |
15 | 15 | [](https://www.npmjs.org/package/@aureooms/js-uint32) |
16 | | -[](https://travis-ci.org/aureooms/js-uint32/branches) |
17 | | -[](https://david-dm.org/aureooms/js-uint32) |
18 | | -[](https://david-dm.org/aureooms/js-uint32?type=dev) |
19 | | -[](https://github.com/aureooms/js-uint32/issues) |
| 16 | +[](https://travis-ci.org/make-github-pseudonymous-again/js-uint32/branches) |
| 17 | +[](https://david-dm.org/make-github-pseudonymous-again/js-uint32) |
| 18 | +[](https://david-dm.org/make-github-pseudonymous-again/js-uint32?type=dev) |
| 19 | +[](https://github.com/make-github-pseudonymous-again/js-uint32/issues) |
20 | 20 | [](https://www.npmjs.org/package/@aureooms/js-uint32) |
21 | 21 |
|
22 | | -[](https://codeclimate.com/github/aureooms/js-uint32/issues) |
23 | | -[](https://codeclimate.com/github/aureooms/js-uint32/trends/churn) |
24 | | -[](https://codecov.io/gh/aureooms/js-uint32) |
25 | | -[](https://codeclimate.com/github/aureooms/js-uint32/trends/technical_debt) |
| 22 | +[](https://codeclimate.com/github/make-github-pseudonymous-again/js-uint32/issues) |
| 23 | +[](https://codeclimate.com/github/make-github-pseudonymous-again/js-uint32/trends/churn) |
| 24 | +[](https://codecov.io/gh/make-github-pseudonymous-again/js-uint32) |
| 25 | +[](https://codeclimate.com/github/make-github-pseudonymous-again/js-uint32/trends/technical_debt) |
26 | 26 | [](https://make-github-pseudonymous-again.github.io/js-uint32//source.html) |
27 | 27 | [](https://bundlephobia.com/result?p=@aureooms/js-uint32) |
0 commit comments