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

wx-lib-dom

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-lib-dom

wx-lib-dom is a library that provides base helpers for DOM operations.

  • 0.6.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.7K
decreased by-9.86%
Maintainers
0
Weekly downloads
 
Created
Source

wx-lib-dom

wx-lib-dom is a library that provides base helpers for DOM operations.

NPM package

Running Tests

The library includes Playwright-based tests that are executed automatically by CI. To run these tests locally, you need to prepare Playwright by installing the Chromium browser.

  1. Initialize Playwright:

    # install all supported browsers
    yarn playwright init
    
    # or install Chromium only
    yarn playwright install chromium
    
  2. Run the tests:

    yarn test
    

FAQs

Package last updated on 03 Oct 2024

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