Socket
Socket
Sign inDemoInstall

@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.3.1 to 4.3.2

15

CHANGELOG.md
# Compiler Changes
### v4.3.2
- Fix void tags will be automatically corrected for example:
```html
<svg>
<circle></circle>
</svg>
```
Will be transfromed to
```html
<svg>
<circle/>
</svg>
```
### v4.3.1

@@ -4,0 +19,0 @@ - Fix https://github.com/riot/riot/issues/2719

4

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

@@ -59,3 +59,3 @@ "main": "dist/index.js",

"@riotjs/dom-bindings": "^4.2.2",
"@riotjs/parser": "^4.0.2",
"@riotjs/parser": "^4.0.3",
"acorn": "^6.1.1",

@@ -62,0 +62,0 @@ "acorn-dynamic-import": "^4.0.0",

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