New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsdom-little

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdom-little

Lightweight cut down version of jsdom without contextify

  • 0.10.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1K
increased by4.23%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

WARNING: this fork is based on legacy jsdom version ~0.10.5.

UPDATE: jsdom 4+ doesn't depend on contextify anymore however it no longer works with Node.js™ and instead requires io.js.

jsdom-little

Lightweight cut down version of jsdom.

Removed dependencies:

  • contextify
  • xmlhttprequest
  • request

Removed features:

  • Running JavaScript code in browser context
  • Fetching or processing external resources
  • Window
  • Events
  • XmlHttpRequest
  • Content of <style> nodes is not evaluated
  • jsdom.env works only as jsdom.env(html, level, callback) and returns {document: document}

What it is good for?

  • You need something from jsdom (DOM, parsing, etc.) but full browser emulation is overkill.

Keywords

FAQs

Package last updated on 03 Mar 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc