@enhance/ssr
Advanced tools
Comparing version 3.0.9 to 3.2.0
{ | ||
"name": "@enhance/ssr", | ||
"version": "3.0.9", | ||
"version": "3.2.0", | ||
"description": "Server-side rendering for custom elements with template and slots support", | ||
@@ -21,4 +21,5 @@ "engines": { | ||
"dependencies": { | ||
"@begin/parse5": "^0.0.4" | ||
"@begin/parse5": "^0.0.4", | ||
"nanoid": "^4.0.1" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # Enhance SSR | ||
Enhance enables a web standards based workflow that embraces the platform by supporting Custom Elments and [slot syntax](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots#adding_flexibility_with_slots). | ||
Enhance enables a web standards based workflow that embraces the platform by supporting Custom Elements and [slot syntax](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots#adding_flexibility_with_slots). | ||
@@ -8,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
43693
33
1575
2
1
+ Addednanoid@^4.0.1
+ Addednanoid@4.0.2(transitive)