Socket
Socket
Sign inDemoInstall

riot-compiler

Package Overview
Dependencies
0
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.3 to 3.1.4

3

CHANGELOG.md
# Compiler Changes
### v3.1.4
- Fix avoid the `filename` option for the babel-standalone parser
### v3.1.3

@@ -4,0 +7,0 @@ - Fix babel in browser runtime parser https://github.com/riot/examples/issues/51

5

dist/es6.compiler.js
/**
* Compiler for riot custom tags
* @version v3.1.3
* @version v3.1.4
*/

@@ -104,3 +104,2 @@

extend({
filename: url,
plugins: [

@@ -729,3 +728,3 @@ ['transform-es2015-template-literals', { loose: true }],

var version = 'v3.1.3'
var version = 'v3.1.4'

@@ -732,0 +731,0 @@ export default {

@@ -98,3 +98,2 @@

extend({
filename: url,
plugins: [

@@ -162,3 +161,3 @@ ['transform-es2015-template-literals', { loose: true }],

* Compiler for riot custom tags
* @version v3.1.3
* @version v3.1.4
*/

@@ -733,3 +732,3 @@ var compile = (function () {

js: compileJS,
version: 'v3.1.3'
version: 'v3.1.4'
}

@@ -736,0 +735,0 @@ return compile

/**
* The riot-compiler v3.1.3
* The riot-compiler v3.1.4
*
* @module compiler
* @version v3.1.3
* @version v3.1.4
* @license MIT

@@ -1000,3 +1000,3 @@ * @copyright Muut Inc. + contributors

parsers: parsers,
version: 'v3.1.3'
version: 'v3.1.4'
}
{
"name": "riot-compiler",
"version": "3.1.3",
"version": "3.1.4",
"description": "Compiler for riot .tag files",

@@ -5,0 +5,0 @@ "main": "lib/compiler.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc