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 Versions

1
13

4.3.6

Diff

Changelog

Source

v4.3.6

  • Fix https://github.com/riot/compiler/issues/122
  • Fix https://github.com/riot/compiler/pull/118
gianlucaguarini
published 4.3.5 •

Changelog

Source

v4.3.5

  • Fix backslashed unicode css properties
gianlucaguarini
published 4.3.4 •

Changelog

Source

v4.3.4

  • Fix escape backslashes in css strings https://github.com/riot/riot/issues/2726
gianlucaguarini
published 4.3.3 •

Changelog

Source

v4.3.3

  • Fix https://github.com/riot/compiler/issues/119
  • Fix https://github.com/riot/riot/issues/2726
gianlucaguarini
published 4.3.2 •

Changelog

Source

v4.3.2

  • Fix void tags will be automatically corrected for example:

    <svg>
      <circle></circle>
    </svg>
    

    Will be transfromed to

    <svg>
      <circle />
    </svg>
    
gianlucaguarini
published 4.3.1 •

Changelog

Source

v4.3.1

  • Fix https://github.com/riot/riot/issues/2719
  • Fix https://github.com/riot/riot/issues/2723
gianlucaguarini
published 4.3.0 •

Changelog

Source

v4.3.0

  • Add support for dynamic import
gianlucaguarini
published 4.2.6 •

Changelog

Source

v4.2.6

  • Fix expression parts issues https://github.com/riot/riot/issues/2701
gianlucaguarini
published 4.2.5 •

Changelog

Source

v4.2.5

  • Fix https://github.com/riot/riot/issues/2700 replacing the esprima parser with acorn
gianlucaguarini
published 4.2.4 •

Changelog

Source

v4.2.4

  • Fix attributes on custom tags having if or each directives
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