# ds-utils

> Digital Surgeons utility modules

Latest version **1.1.1** (published 2016-08-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install ds-utils
pnpm add ds-utils
yarn add ds-utils
bun add ds-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2016-08-01 |
| First published | 2016-07-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Digital Surgeons |
| Maintainers | digitalsurgeons |
| Keywords | utility, helper |

## Links

- npm: https://www.npmjs.com/package/ds-utils
- Repository: https://github.com/dsurgeons/ds-utils
- Homepage: https://github.com/dsurgeons/ds-utils#readme
- Issues: https://github.com/dsurgeons/ds-utils/issues
- npm.io page: https://npm.io/package/ds-utils

## Dependencies (1)

- [tape](https://npm.io/package/tape.md) ^4.6.0

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2016-08-01
- 1.1.0 — 2016-08-01
- 1.0.1 — 2016-07-19

## README

# DS Utils

Digital Surgeons utility modules

**Installation**

	$ npm install ds-utils

**Example Usage**

	var Utils = {
		rangeMap: require('ds-utils/range-map'),
		hexMix: require('ds-utils/hex-mix')
	};

**Module List**

- `range-map` - map a value from one range to another
- `hex-mix` - return hex value at % point between two colors
- `set-timeout-frame` - run callback in request animation frame after setTimeout
- `set-interval-frame` - run callback in request animation frame every setInterval
- `display-block` - Fade DOM elements in / out. Set display property first followed by opacity after short delay. Ensure elements have transition set in CSS.

---
_Source: https://npm.io/package/ds-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
