1.1.4 • Published 9 years ago

climate-change v1.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

climate-change

Include node libraries in global namespace.

Installation

npm install climate-change --save

Example usage

var climate-change = require('climate-change');
climate-change.pollute(_, ['min', 'max']);
min([1, 2, 3])

climate-change.pollute(library, arrayOfFunctionNames)

Takes a variable pointing to a library and a optional array with strings of function names to include in the global namespace.

climate-change.pollute(_);

Will make all of underscore's functions available in the global namespace.

climate-change.pollute(_, ['map', 'filter']);

Will make just the map and filter functions available in the global namespace.

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago