
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
puppeteer-ie
Advanced tools
Headless **Internet Explorer** NodeJS API inspired by [Puppeteer](https://pptr.dev/).
Headless Internet Explorer NodeJS API inspired by Puppeteer.
[ Notice ] Microsoft Edge isn't supported by this package as it utilizes ActiveX, whereas Edge uses the WebDriver protocol & DevTools Protocol for automation. So you can control it by Selenium or Edge diagnostics adapter.
npm install puppeteer-ie --save-dev
[ Notice ] If you get some error at installing, try to execute the command below:
npm install windows-build-tools --global --production
Only change the Package Name, and then do as Puppeteer does.
[ Recommendation ] Use DayDream to record operation scripts in Google Chrome.
API document accesses from https://techquery.github.io/Puppeteer-IE/, npm docs
or npm run help
.
Loading pages of IE will be blocked if a Web server running in the same NodeJS process
Loading pages from localhost
will lost the window
object in NodeJS process
For the above reasons, I recommend using KoApache to host your Web pages for testing or other things.
FAQs
Headless **Internet Explorer** NodeJS API inspired by [Puppeteer](https://pptr.dev/).
We found that puppeteer-ie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.