Socket
Socket
Sign inDemoInstall

riot-tmpl

Package Overview
Dependencies
0
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

3

CHANGELOG.md
# riot-tmpl Changes
### v3.0.2
- Change the way of detecting the tag names in case of errors
### v3.0.1

@@ -4,0 +7,0 @@ - Change Avoid to use `console.error` if a user has defined already a custom error function

6

dist/es6.tmpl.js
/**
* The riot template engine
* @version v3.0.2
* @version v3.0.3
*/

@@ -25,3 +25,3 @@ /**

R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'/g,
R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'|`[^`\\]*(?:\\[\S\s][^`\\]*)*`/g,

@@ -427,3 +427,3 @@ S_QBLOCKS = R_STRINGS.source + '|' +

_tmpl.version = brackets.version = 'v3.0.2'
_tmpl.version = brackets.version = 'v3.0.3'

@@ -430,0 +430,0 @@ return _tmpl

/* riot-tmpl v3.0.2, @license MIT, (c) 2015 Muut Inc. + contributors */
/* riot-tmpl v3.0.3, @license MIT, (c) 2015 Muut Inc. + contributors */
;(function (window) { // eslint-disable-line no-extra-semi

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

R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'/g,
R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'|`[^`\\]*(?:\\[\S\s][^`\\]*)*`/g,

@@ -426,3 +426,3 @@ S_QBLOCKS = R_STRINGS.source + '|' +

tmpl.version = brackets.version = 'v3.0.2'
tmpl.version = brackets.version = 'v3.0.3'

@@ -429,0 +429,0 @@ /* istanbul ignore else */

{
"name": "riot-tmpl",
"version": "3.0.2",
"version": "3.0.3",
"description": "The riot template engine",

@@ -5,0 +5,0 @@ "main": "dist/tmpl.js",

@@ -63,3 +63,3 @@ /**

*/
R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'/g,
R_STRINGS = /"[^"\\]*(?:\\[\S\s][^"\\]*)*"|'[^'\\]*(?:\\[\S\s][^'\\]*)*'|`[^`\\]*(?:\\[\S\s][^`\\]*)*`/g,

@@ -66,0 +66,0 @@ /**

Sorry, the diff of this file is too big to display

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