Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

depseek

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depseek - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc