# guava-js-umd **Repository Path**: mirrors_google/guava-js-umd ## Basic Information - **Project Name**: guava-js-umd - **Description**: Fork of guava-js that wraps it as a UMD module - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GuavaJS-UMD GuavaJS-UMD is a fork of [GuavaJS](https://github.com/nerdynick/guava-js) that was created for [postcss-rename](https://github.com/google/postcss-rename) to use in place of GuavaJS. This is because GuavaJS 1.1.1, the current version at time of writing, isn't available on npm, and GuavaJS 1.1.1 isn't designed for a CommonJS environment. Wrapping GuavaJS as a [UMD module](https://github.com/umdjs/umd) was chosen as the approach to resolve the latter problem. You are welcome to use GuavaJS-UMD should you find it useful, but please be aware this fork doesn't intend to accept new features nor fix bugs in the GuavaJS library. (It would be in scope to patch upstream changes, however.) ## Disclaimer This is not an officially supported Google product.