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 2.5.6 to 2.5.7

6

dist/es6.compiler.js
/**
* Compiler for riot custom tags
* @version v2.5.6
* @version v2.5.7
*/

@@ -174,3 +174,3 @@

var IMPORT_STATEMENT = /^\s*import(?:(\s|\S)*)['|"]/gm
var IMPORT_STATEMENT = /^\s*import(?:(?:\s|[^\s'"])*)['|"].*\n?/gm

@@ -720,3 +720,3 @@ var TRIM_TRAIL = /[ \t]+$/gm

var version = 'v2.5.6'
var version = 'v2.5.7'

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

@@ -139,3 +139,3 @@

* Compiler for riot custom tags
* @version v2.5.6
* @version v2.5.7
*/

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

var IMPORT_STATEMENT = /^\s*import(?:(\s|\S)*)['|"]/gm
var IMPORT_STATEMENT = /^\s*import(?:(?:\s|[^\s'"])*)['|"].*\n?/gm

@@ -724,3 +724,3 @@ var TRIM_TRAIL = /[ \t]+$/gm

js: compileJS,
version: 'v2.5.6'
version: 'v2.5.7'
}

@@ -727,0 +727,0 @@ return compile

/**
* The riot-compiler v2.5.6
* The riot-compiler v2.5.7
*
* @module compiler
* @version v2.5.6
* @version v2.5.7
* @license MIT

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

*/
var IMPORT_STATEMENT = /^\s*import(?:(\s|\S)*)['|"]/gm
var IMPORT_STATEMENT = /^\s*import(?:(?:\s|[^\s'"])*)['|"].*\n?/gm

@@ -1021,3 +1021,3 @@ /**

parsers: parsers,
version: 'v2.5.6'
version: 'v2.5.7'
}
{
"name": "riot-compiler",
"version": "2.5.6",
"version": "2.5.7",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc