Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "pope", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Micro templating engine for strings only.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -44,3 +44,3 @@ 'use strict' | ||
options = options || { skipUndefined: false, throwOnUndefined: false } | ||
var regex = /\{{2}([\w\$\s]+)\}{2}/gi | ||
var regex = /{{2}(.+?)}{2}/g | ||
var result | ||
@@ -47,0 +47,0 @@ var formattedString = string |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
6263