Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@lwc/engine

Package Overview
Dependencies
Maintainers
11
Versions
502
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/engine

LWC Engine


Version published
Weekly downloads
6.2K
decreased by-28.15%
Maintainers
11
Weekly downloads
 
Created
Source

LWC Engine

lwc-engine is a private package that handles the run-time for lwc. This package shouldn't be used directly, as all usage should go through lwc instead.

This packgage includes:

  • Synthetic Shadow DOM
  • Diffing Algo
  • Accessibility Polyfill (AOM)
  • Native Shadow DOM support

Dependencies

lwc-engine does not include any external run-time dependencies. There are a few "dependencies" that we've manually imported, but it should be noted that this code has been heavilty modified and has little resemblance to the original public code.

  • Snabbdom
    • Our diffing library for DOM nodes.
    • src/3rdparty/snabbdom
  • Polymer
    • Shadow DOM polyfills
    • src/3rdparty/polymer

FAQs

Package last updated on 12 Dec 2018

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