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

@riotjs/compiler

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riotjs/compiler - npm Package Compare versions

Comparing version 4.8.1 to 4.8.2

3

CHANGELOG.md
# Compiler Changes
### v4.8.2
- Fix make sure that all the text expressions mixed with comments are properly rendered
### v4.8.1

@@ -4,0 +7,0 @@ - Fix improve the solution for https://github.com/riot/riot/issues/2836

2

package.json
{
"name": "@riotjs/compiler",
"version": "4.8.1",
"version": "4.8.2",
"description": "Compiler for riot .tag files",

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

@@ -29,5 +29,2 @@ import {

// comments are not supported here
if (isCommentString(string)) return chunks
// trimStart the first string

@@ -46,2 +43,4 @@ chunks.push(index === 0 ? string.trimStart() : string)

}, [])
// comments are not supported here
.filter(str => !isCommentString(str))
.map(str => node.unescape ? unescapeChar(str, node.unescape) : str)

@@ -48,0 +47,0 @@ }

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

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