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 0.0.2 to 0.0.3

4

index.js

@@ -157,7 +157,7 @@ import { existsSync } from 'fs'

const templatePath = `${templates}/${tagName}.js`
if (existsSync(templatePath)) {
try {
return require(templatePath)
.default(attrs && attrsToState(attrs), render)
}
else {
catch {
console.warn(`🤷🏻‍♀️ Template file not found at: ${templatePath}`)

@@ -164,0 +164,0 @@ }

{
"name": "@begin/enhance",
"version": "0.0.2",
"description": "",
"version": "0.0.3",
"description": "Custom Element Server-side rendering CESR",
"main": "index.js",

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

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