UNPKG

find-requires

Version:

Find all require() calls. Fast and solid implementation backed with direct scanner and esprima AST parser

35 lines (20 loc) 1.31 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. # [1.0.0](https://github.com/medikoo/find-requires/compare/v0.2.4...v1.0.0) (2019-03-12) ### chore - switch to carets in dependency versioning ([ea2838a](https://github.com/medikoo/find-requires/commit/ea2838a)) - upgrade to ES2015 ([83610c8](https://github.com/medikoo/find-requires/commit/83610c8)) ### Features - ensure extension for binary ([7639d15](https://github.com/medikoo/find-requires/commit/7639d15)) - improve input validation ([1b63ee0](https://github.com/medikoo/find-requires/commit/1b63ee0)) - improve options validation ([c4822ef](https://github.com/medikoo/find-requires/commit/c4822ef)) - support setupCode option ([de463c8](https://github.com/medikoo/find-requires/commit/de463c8)) ### BREAKING CHANGES - Drop support to Node.js v4 - Drop support for Node.js < 0.10 <a name="0.2.4"></a> ## [0.2.4](https://github.com/medikoo/find-requires/compare/v0.2.3...v0.2.4) (2018-12-28) ### Bug Fixes - do not normalize non-string and non-number values ([ae12b1c](https://github.com/medikoo/find-requires/commit/ae12b1c)) ## Changelog for previous versions See `CHANGES` file