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.1.0 to 3.1.1

4

dist/es6.compiler.js
/**
* Compiler for riot custom tags
* @version v3.1.0
* @version v3.1.1
*/

@@ -698,3 +698,3 @@

var version = 'v3.1.0'
var version = 'v3.1.1'

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

@@ -131,3 +131,3 @@

* Compiler for riot custom tags
* @version v3.1.0
* @version v3.1.1
*/

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

js: compileJS,
version: 'v3.1.0'
version: 'v3.1.1'
}

@@ -705,0 +705,0 @@ return compile

/**
* The riot-compiler v3.1.0
* The riot-compiler v3.1.1
*
* @module compiler
* @version v3.1.0
* @version v3.1.1
* @license MIT

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

parsers: parsers,
version: 'v3.1.0'
version: 'v3.1.1'
}
{
"name": "riot-compiler",
"version": "3.1.0",
"version": "3.1.1",
"description": "Compiler for riot .tag files",

@@ -18,3 +18,3 @@ "main": "lib/compiler.js",

"test": "make test",
"postinstall": "npm run install-html && npm run install-js && npm run install-css",
"prepare": "npm run install-html && npm run install-js && npm run install-css",
"install-html": "npm i jade pug",

@@ -21,0 +21,0 @@ "install-js": "npm i babel-core babel-preset-es2015-riot buble coffee-script livescript typescript-simple",

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