Socket
Socket
Sign inDemoInstall

lupa

Package Overview
Dependencies
274
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lupa

Analysis tool for JavaScript


Version published
Weekly downloads
207
increased by1378.57%
Maintainers
1
Install size
55.0 MB
Created
Weekly downloads
 

Readme

Source

Lupa 🔍

Lupa is plugin based analyser for JavaScript projects.

**This is a backend for Atom package. Check this: https://atom.io/packages/atom-lupa **

atom screenshot

npm install --save lupa

**Project is still under development and API is unstable. It's not production ready yet. But keep watching **

You can leave your suggestions here

But one second. What is this all about? Well, overall workflow is like this:

const mockRoot = '../mocks/exampleProject');

analysis.indexProject(mockRoot)
analysis.indexing.subscribe(function (files) {
   files.forEach(function (f) {
       console.log('PATH:',f.path);
       console.log('METADATA:',f.metadata);
   });

});

Keywords

FAQs

Last updated on 05 May 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc