https://github.com/mixmaxhq/meteor-underscore-updates
Extend Meteor's Underscore with selected methods from the latest standard version.
https://github.com/mixmaxhq/meteor-underscore-updates
unsupported
Last synced: 3 months ago
JSON representation
Extend Meteor's Underscore with selected methods from the latest standard version.
- Host: GitHub
- URL: https://github.com/mixmaxhq/meteor-underscore-updates
- Owner: mixmaxhq
- License: mit
- Created: 2015-06-05T22:14:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:34:36.000Z (over 1 year ago)
- Last Synced: 2025-02-22T16:26:07.274Z (3 months ago)
- Topics: unsupported
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 37
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Updates for Meteor's Underscore
Meteor (1.2.0.2) uses a version of Underscore forked from 1.5.2. There's been a
lot of good stuff added to Underscore since then! This package extends the `_` variable with selected
functions from the latest version of Underscore, copied from its source.## Adding
Add this to your app with:
```
meteor add mixmax:underscore-updates
```## Functions Added
* [mapObject](http://underscorejs.org/#mapObject)
* [findIndex](http://underscorejs.org/#findIndex)
* [findLastIndex](http://underscorejs.org/#findLastIndex)## Contributing
We welcome all contributions! This package only contains the functions needed by Mixmax at present,
but additions are welcome.