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.2.0 to 3.2.1

6

dist/es6.compiler.js
/**
* Compiler for riot custom tags
* @version v3.2.0
* @version v3.2.1
*/

@@ -348,3 +348,3 @@

var JS_ES6SIGN = /^[ \t]*(((?:async)\s*)?([$_A-Za-z][$\w]*))\s*\([^()]*\)\s*{/m
var JS_ES6SIGN = /^[ \t]*(((?:async|\*)\s*)?([$_A-Za-z][$\w]*))\s*\([^()]*\)\s*{/m

@@ -739,3 +739,3 @@ var JS_ES6END = RegExp('[{}]|' + brackets.S_QBLOCKS, 'g')

var version = 'v3.2.0'
var version = 'v3.2.1'

@@ -742,0 +742,0 @@ export default {

@@ -160,3 +160,3 @@

* Compiler for riot custom tags
* @version v3.2.0
* @version v3.2.1
*/

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

var JS_ES6SIGN = /^[ \t]*(((?:async)\s*)?([$_A-Za-z][$\w]*))\s*\([^()]*\)\s*{/m
var JS_ES6SIGN = /^[ \t]*(((?:async|\*)\s*)?([$_A-Za-z][$\w]*))\s*\([^()]*\)\s*{/m

@@ -743,3 +743,3 @@ var JS_ES6END = RegExp('[{}]|' + brackets.S_QBLOCKS, 'g')

js: compileJS,
version: 'v3.2.0'
version: 'v3.2.1'
}

@@ -746,0 +746,0 @@ return compile

@@ -23,3 +23,3 @@ 'use strict'

*/
var R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'/g
var R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'|`[^`\\]*(?:\\[\S\s][^`\\]*)*`/g

@@ -26,0 +26,0 @@ /**

/**
* The riot-compiler v3.2.0
* The riot-compiler v3.2.1
*
* @module compiler
* @version v3.2.0
* @version v3.2.1
* @license MIT

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

*/
var JS_ES6SIGN = /^[ \t]*(((?:async)\s*)?([$_A-Za-z][$\w]*))\s*\([^()]*\)\s*{/m
var JS_ES6SIGN = /^[ \t]*(((?:async|\*)\s*)?([$_A-Za-z][$\w]*))\s*\([^()]*\)\s*{/m

@@ -1012,3 +1012,3 @@ /**

parsers: parsers,
version: 'v3.2.0'
version: 'v3.2.1'
}
{
"name": "riot-compiler",
"version": "3.2.0",
"version": "3.2.1",
"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