Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

140
Views
How to identify which dependencies use eval

I am trying to make a chrome extension but I get an error saying I can't use eval. My code doesn't contain eval so it has to be in one of my dependencies. What's a quick and easy way to see which dependency or sub-dependency is using eval? I removed node_modules from the search exclude on VSCode, and I got over 100 results, but it's still unclear which dependency has it because it is under some sub-dependency folders.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You could search for a string in your project. These examples will search for "eval".

Windows Command

findstr /S "eval" ./*

Unix-like OS Command

grep -r "eval" *
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!