Socket
Socket
Sign inDemoInstall

riot-compiler

Package Overview
Dependencies
1
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.5 to 3.2.6

4

dist/es6.compiler.js
/**
* Compiler for riot custom tags
* @version v3.2.5
* @version v3.2.6
*/

@@ -849,3 +849,3 @@

var version = 'v3.2.5'
var version = 'v3.2.6'

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

@@ -275,3 +275,3 @@

* Compiler for riot custom tags
* @version v3.2.5
* @version v3.2.6
*/

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

js: compileJS,
version: 'v3.2.5'
version: 'v3.2.6'
}

@@ -856,0 +856,0 @@ return compile

/**
* The riot-compiler v3.2.5
* The riot-compiler v3.2.6
*
* @module compiler
* @version v3.2.5
* @version v3.2.6
* @license MIT

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

parsers: parsers,
version: 'v3.2.5'
version: 'v3.2.6'
}

@@ -14,5 +14,5 @@ /*

try {
parser = require('coffeescript')
} catch (e) {
parser = require('coffee-script')
} catch (e) {
parser = require('coffeescript')
}

@@ -19,0 +19,0 @@

{
"name": "riot-compiler",
"version": "3.2.5",
"version": "3.2.6",
"description": "Compiler for riot .tag files",

@@ -20,6 +20,6 @@ "main": "lib/compiler.js",

"prepare": "npm run install-html && npm run install-js && npm run install-css",
"install-html": "npm i jade pug",
"install-js": "npm i babel-core babel-preset-es2015-riot buble coffee-script livescript typescript-simple",
"install-css": "npm i stylus nib node-sass less postcss autoprefixer",
"prepublish": "make build && riot-bump && riot-bump lib"
"install-html": "npm i --no-save jade pug",
"install-js": "npm i --no-save babel-core babel-preset-es2015-riot buble coffee-script livescript typescript-simple",
"install-css": "npm i --no-save stylus nib node-sass less postcss autoprefixer",
"prepublishOnly": "make build && riot-bump && riot-bump lib"
},

@@ -36,5 +36,8 @@ "repository": {

],
"peerDependency": {
"riot-tmpl": "*"
},
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.6.1",
"coveralls": "^3.0.0",
"eslint": "^4.8.0",
"eslint-config-riot": "^1.0.0",

@@ -44,3 +47,3 @@ "expect.js": "^0.3.1",

"jspreproc": "^0.2.7",
"mocha": "^3.5.0",
"mocha": "^4.0.1",
"riot-bump": "^1.0.0"

@@ -62,18 +65,4 @@ },

"dependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-preset-es2015-riot": "^1.1.0",
"buble": "^0.15.2",
"coffee-script": "^1.12.7",
"jade": "^1.11.0",
"less": "^2.7.2",
"livescript": "^1.5.0",
"nib": "^1.1.2",
"node-sass": "^4.5.3",
"postcss": "^6.0.11",
"pug": "^2.0.0-rc.4",
"skip-regex": "^0.3.0",
"stylus": "^0.54.5",
"typescript-simple": "^8.0.4"
"skip-regex": "^0.3.1"
}
}
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