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

@begin/enhance

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@begin/enhance - npm Package Compare versions

Comparing version 2.0.1-next.0 to 2.1.0

2

package.json
{
"name": "@begin/enhance",
"version": "2.0.1-next.0",
"version": "2.1.0",
"description": "Server-side rendering for custom elements with template and slots support",

@@ -5,0 +5,0 @@ "scripts": {

@@ -78,3 +78,3 @@ # enhance✨

super()
const template = document.getElementById('single-file')
const template = document.getElementById('hello-world-template')
this.attachShadow({ mode: 'open' })

@@ -81,0 +81,0 @@ .appendChild(template.content.cloneNode(true))

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