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

nest-jsx-template-engine

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nest-jsx-template-engine - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

package.json
{
"name": "nest-jsx-template-engine",
"version": "0.2.3",
"version": "0.2.4",
"description": "JSX-based + typescript template engine for NestJS applications",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -9,3 +9,3 @@ function stringifyChildren(child: any): string {

if (Array.isArray(child)) {
stringifiedChild = child.join('\n')
stringifiedChild = child.join('')
} else if (child && typeof child.toString === 'function') {

@@ -12,0 +12,0 @@ // there's a value that exposes a `toString` coercion method

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