Socket
Socket
Sign inDemoInstall

riot-compiler

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

riot-compiler - npm Package Compare versions

Comparing version 2.5.5 to 2.5.6

2

CHANGELOG.md

@@ -9,2 +9,4 @@ # Compiler Changes

- BuGless-hack for [riot#1966](https://github.com/riot/riot/issues/1966) - You can use `<-/>` to signal the end of the html if your html is ending with an expression.
### v2.5.4
- Fix #68 : SASS inside Pug template gives Invalid CSS.

@@ -11,0 +13,0 @@ - Added parser for [bublé](https://buble.surge.sh) as `buble` in the browser. Option `modules` is `false` in all versions.

6

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

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

var IMPORT_STATEMENT = /^\s*import(?:\s*[*{]|\s+[$_a-zA-Z'"]).*\n?/gm
var IMPORT_STATEMENT = /^\s*import(?:(\s|\S)*)['|"]/gm

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

var version = 'v2.5.5'
var version = 'v2.5.6'

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

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

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

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

var IMPORT_STATEMENT = /^\s*import(?:\s*[*{]|\s+[$_a-zA-Z'"]).*\n?/gm
var IMPORT_STATEMENT = /^\s*import(?:(\s|\S)*)['|"]/gm

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

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

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

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

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

*/
var IMPORT_STATEMENT = /^\s*import(?:\s*[*{]|\s+[$_a-zA-Z'"]).*\n?/gm
var IMPORT_STATEMENT = /^\s*import(?:(\s|\S)*)['|"]/gm

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

parsers: parsers,
version: 'v2.5.5'
version: 'v2.5.6'
}
{
"name": "riot-compiler",
"version": "2.5.5",
"version": "2.5.6",
"description": "Compiler for riot .tag files",

@@ -31,8 +31,8 @@ "main": "lib/compiler.js",

"devDependencies": {
"coveralls": "^2.11.12",
"eslint": "^3.4.0",
"coveralls": "^2.11.14",
"eslint": "^3.9.1",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"jspreproc": "^0.2.7",
"mocha": "^2.5.3",
"mocha": "^3.1.2",
"riot-bump": "^1.0.0"

@@ -39,0 +39,0 @@ },

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