1.1.4 • Published 10 years ago

climate-change v1.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago