0.4.2 • Published 2 years ago

lowline v0.4.2

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

lowline

Identical API to lodash but smallest possible footprint.

Why?

LoDash is king in Node, but Node and browser environments have different bottlenecks. In Node, effeciency is far more important than library footprint. Since the server needs to handle many requests effeciently, and does not need to download any libraries. Meanwhile, the browser only needs to handle one client but all modules need to be downloaded.

Lowline is meant to be a subset of LoDash. Simply replace lowline with lodash on the server.

Lowline does not aim to be backwards compatible; the main goal is to make each isolated module and the package as a whole as light as possible.

Condtional Exports

Are only available (because of patterns) in Node ^12.20, ^14.13 and >=15.

0.4.2

2 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago