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.1 to 3.2.2

4

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

@@ -738,3 +738,3 @@

var version = 'v3.2.1'
var version = 'v3.2.2'

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

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

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

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

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

@@ -745,0 +745,0 @@ return compile

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

/(?:\breturn\s+|(?:[$\w\)\]]|\+\+|--)\s*(\/)(?![*\/]))/.source + '|' +
/\/(?=[^*\/])[^[\/\\]*(?:(?:\[(?:\\.|[^\]\\]*)*\]|\\.)[^[\/\\]*)*?(\/)[gim]*/.source
/\/(?=[^*\/])[^[\/\\]*(?:(?:\[(?:\\.|[^\]\\]*)*\]|\\.)[^[\/\\]*)*?([^<]\/)[gim]*/.source

@@ -38,0 +38,0 @@ /**

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

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

parsers: parsers,
version: 'v3.2.1'
version: 'v3.2.2'
}

@@ -15,5 +15,5 @@ /*

opts = mixobj({ source: url, modules: false }, opts)
opts = mixobj({ source: url, transforms: { modules: false }}, opts)
return parser.transform(js, opts).code
}
{
"name": "riot-compiler",
"version": "3.2.1",
"version": "3.2.2",
"description": "Compiler for riot .tag files",

@@ -35,4 +35,4 @@ "main": "lib/compiler.js",

"devDependencies": {
"coveralls": "^2.11.15",
"eslint": "^3.14.0",
"coveralls": "^2.11.16",
"eslint": "^3.15.0",
"expect.js": "^0.3.1",

@@ -39,0 +39,0 @@ "istanbul": "^0.4.5",

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