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

@lwc/engine

Package Overview
Dependencies
Maintainers
12
Versions
502
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/engine - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

types/apis/build-custom-element-constructor.d.ts

14

package.json
{
"name": "@lwc/engine",
"version": "1.7.1",
"version": "1.7.2",
"description": "LWC Engine",

@@ -20,4 +20,3 @@ "homepage": "https://lwc.dev/",

"clean": "rm -rf dist/ types/",
"test": "jest",
"build": "tsc --emitDeclarationOnly && rollup --config dom/scripts/rollup.config.js"
"build": "node scripts/build.js"
},

@@ -28,9 +27,4 @@ "files": [

],
"dependencies": {
"observable-membrane": "0.26.1"
},
"devDependencies": {
"@lwc/features": "1.7.1",
"@lwc/shared": "1.7.1",
"@lwc/template-compiler": "1.7.1"
"@lwc/engine-dom": "1.7.2"
},

@@ -51,3 +45,3 @@ "lwc": {

},
"gitHead": "7a5d127e6dd66a54f76839c792d37fb654707d9d"
"gitHead": "ef2f13618f62740fd72db108c3e2e3311c592e2f"
}

@@ -1,21 +0,1 @@

# LWC Engine
@lwc/engine is a private package that handles the runtime for LWC. Don't use this package directly; instead, use lwc.
This package includes:
- Synthetic Shadow DOM
- Diffing Algorithm
- Accessibility Polyfill (AOM)
- Native Shadow DOM support
### Dependencies
`@lwc/engine` does not include any external runtime dependencies. There are a few "dependencies" that we've manually imported, but it should be noted that this code has been heavily 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
# @lwc/engine

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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