Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "depseek", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Seeks for dependency references in JS/TS code", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -9,3 +9,3 @@ # depseek | ||
Dep extraction is a common task for many tools solved in different ways from regexps to AST parsing. | ||
This implementation relies on streams, which should significantly reduce memory consumption. | ||
This implementation relies on streams to make controllable memory consumption. | ||
@@ -16,5 +16,5 @@ ## Status | ||
## Key features | ||
* Streams instead of RegExp or AST parsing | ||
* Specifies exact code references by offset | ||
* Handles string literal and comment boundaries | ||
* Uses stream-based reader | ||
* Points exact dependency references by offset | ||
* Handles string literal and comments | ||
* Captures bound comments (optional) | ||
@@ -21,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10337