3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

separating core from the updater #105

Closed ananyasaxena closed 7 years ago

ananyasaxena commented 7 years ago

lets people require a lighter version of the code require('useragent/core')

3rd-Eden commented 7 years ago

I'm fine with the additional separation between the 2, but I don't think we need to start bundling lodash with it.

3rd-Eden commented 7 years ago

TY

jainvijay commented 7 years ago

Hey @3rd-Eden ,

Is it possible to get the latest package with these changes as on npm the latest is still the an old package.

npmjs.com/package/useragent

3rd-Eden commented 7 years ago

it's in 2.2.0

3rd-Eden commented 7 years ago

Reverted, breaks a shit ton of important features.